We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0666cf4 commit 9e69796Copy full SHA for 9e69796
1 file changed
pina/data/dataset.py
@@ -245,6 +245,7 @@ def update_data(self, new_conditions_dict):
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 new_conditions_dict
247
parameter.
248
+
249
:param dict new_conditions_dict: Dictionary containing the new data.
250
:type new_conditions_dict: dict
251
:return: None
0 commit comments