Skip to content
Closed
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
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:

- name: Run tests with coverage
run: |
coverage run -m unittest discover
# Skip coverage for netCDF4 C-extension to avoid false failures
coverage run --omit='*/_netCDF4*' -m unittest discover
coverage report --fail-under=55
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
A python library for navigating and accessing CDIP products.

## Quick Start
See the docs @ [https://ucsd-sio-cdip.github.io/CDIPpy/quickstart/](https://ucsd-sio-cdip.github.io/CDIPpy/quickstart/)
See the docs @ [https://ucsd-sio-cdip.github.io/CDIPpy/quickstart/](https://ucsd-sio-cdip.github.io/CDIPpy/quickstart/)ECHO is on.
176 changes: 176 additions & 0 deletions docs/examples/wave_data_example.ipynb

Large diffs are not rendered by default.