Skip to content

Commit 8feaf24

Browse files
Merge pull request #14 from btschwertfeger/10-remove-the-unnecessary-cmethodspy-module-to-access-the-cmethods-class-more-easily
Moved the content of `CMethods.py` to `__init__.py` and adjusted the imports
2 parents 31998f9 + 75f2f22 commit 8feaf24

File tree

9 files changed

+1179
-1184
lines changed

9 files changed

+1179
-1184
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ python3 -m pip install python-cmethods
9696

9797
```python
9898
import xarray as xr
99-
from cmethods.CMethods import CMethods as cm
99+
from cmethods import CMethods as cm
100100

101101
obsh = xr.open_dataset('input_data/observations.nc')
102102
simh = xr.open_dataset('input_data/control.nc')

0 commit comments

Comments
 (0)