Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"pyxpcm"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
10 changes: 10 additions & 0 deletions pyxpcm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@
from . import plot
from . import stat
from .io import load_netcdf

__all__ = (
pcm,
# pyXpcmDataSetAccessor,
tutorial,
utils,
plot,
stat,
load_netcdf
)
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ ipython>=8.3.0
netCDF4>=1.5.8
dask>=2022.05.0
toolz>=0.8.2
numpydoc>=0.6.0
numpydoc>=0.6.0
numpy<2.0
Loading