You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: parcels/_datasets/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
This subpackage is broken down into structured and unstructured parts. Each of these have common submodules:
38
38
39
39
* ``circulation_model`` -> hardcoded datasets with the intention of mimicking datasets from a certain (ocean) circulation model
40
-
* ``general`` -> hardcoded datasets that are general, and not tied to a certain (ocean) circulation model. Instead these focus on the fundamental properties of the dataset
40
+
* ``generic`` -> hardcoded datasets that are generic, and not tied to a certain (ocean) circulation model. Instead these focus on the fundamental properties of the dataset
41
41
* ``generated`` -> functions to generate datasets with varying properties
42
42
* ``utils`` -> any utility functions necessary related to either generating or validating datasets
0 commit comments