Skip to content

Commit 75f2f22

Browse files
moved the content of cmethods.py to __init__.py and adjusted this in all places
1 parent 31998f9 commit 75f2f22

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)