Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #11.
In addition to the new tests, this adds a few dependencies needed by examples to to
pyproject.toml
anddev-environment.yml
and fixes a couple incorrect package names indev-environment.yml
.It also fixes the
csp.stats
usage ine_21_numpy_stats.py
, which assumescsp.stats
is usable without explicitly importing it first. Happy to revert the change tocsp/__init__.py
and add an import to that example if not importingstats
into thecsp
module was done on purpose.I also decreased the runtime of a number of the tests (one of them never completed) to make the new test I'm adding complete in a reasonable time. Happy to adjust the timeouts that I changed here.
A couple of the examples have bugs, I opened #23 and #24 to track those and marked those examples as xfail.