We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8676dc3 commit e4e3c40Copy full SHA for e4e3c40
.github/workflows/ci.yml
@@ -17,4 +17,4 @@ jobs:
17
sudo apt -yq update
18
sudo apt install -yq --no-install-recommends octave octave-netcdf
19
20
- - run: octave-cli --eval test_netcdf
+ - run: octave-cli --eval hdf5nc.tests.test_netcdf
Readme.md
@@ -19,6 +19,13 @@ import hdf5nc.*
or append `hdf5nc.` to each function call.
21
22
+Run selftests by:
23
+
24
+```matlab
25
+hdf5nc.tests.test_hdf5
26
+hdf5nc.tests.test_netcdf
27
+```
28
29
* Check that a dataset exists in file:
30
31
```matlab
0 commit comments