-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: improve coverage, fix warnings, fix bugs #160
Comments
what is actually useful from the list above (stripped ---init.py and >= 70% covered files):
|
24 warnings:
most are in 3rd party libraries... remaining: 6. |
oanabotezat
pushed a commit
that referenced
this issue
Jan 19, 2024
…ms -> DataArray.sizes; fixed downloading of files over FTP only when those files are missing.
oanabotezat
pushed a commit
that referenced
this issue
Jan 19, 2024
oanabotezat
added a commit
that referenced
this issue
Jan 31, 2024
…rror; fix one typo; fix FutureWarning for DataArray.dims -> DataArray.sizes; fixed downloading of files over FTP only when those files are missing; fix warning: PytestUnknownMarkWarning.
oanabotezat
added a commit
that referenced
this issue
Jan 31, 2024
…rror; fix one typo; fix FutureWarning for DataArray.dims -> DataArray.sizes; fixed downloading of files over FTP only when those files are missing; fix warning: PytestUnknownMarkWarning.
Merged
beatfactor
pushed a commit
that referenced
this issue
Jan 31, 2024
…rror; fix one typo; fix FutureWarning for DataArray.dims -> DataArray.sizes; fixed downloading of files over FTP only when those files are missing; fix warning: PytestUnknownMarkWarning. (#161)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
improve coverage from 67% to 80%
running a full test with coverage:
pytest --cov oceanstream
results in a bunch of warnings (-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html) and:
The text was updated successfully, but these errors were encountered: