We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518264d commit 1a05642Copy full SHA for 1a05642
pina/data/dataset.py
@@ -243,10 +243,10 @@ def update_data(self, new_conditions_dict):
243
"""
244
Update the dataset with new data.
245
This method is used to update the dataset with new data. It replaces
246
- the current data with the new data provided in the conditions_dict
+ the current data with the new data provided in the new_conditions_dict
247
parameter.
248
- :param dict conditions_dict: Dictionary containing the new data.
249
- :type conditions_dict: dict
+ :param dict new_conditions_dict: Dictionary containing the new data.
+ :type new_conditions_dict: dict
250
:return: None
251
252
for condition, data in new_conditions_dict.items():
0 commit comments