Skip to content

Commit

Permalink
Type i error checks (#178)
Browse files Browse the repository at this point in the history
* add benchmarks folder to gitignore

* sum used to prevent deprecation warning

* fix fast 1D dcorr invalid implementation

* add power unit tests

* add base classes to documentation

* fix doctest assertion errors

* rename codecov so yml shows up

* fix pytest assertions
  • Loading branch information
sampan501 authored Feb 25, 2021
1 parent cf0ebed commit f286984
Show file tree
Hide file tree
Showing 63 changed files with 654 additions and 2,272 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ docs/_build
docs/gallery
docs/tutorials
docs/sample_data
docs/benchmarks

# Spyder project settings
.spyderproject
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ We recommended that your contribution complies with the following rules before y
pip install pytest pytest-cov
pytest
```
- If you are proposing adding a new module, make sure you are inheriting from the appropriate base class. See
[the documentation](https://hyppo.neurodata.io/api/index.html#base-classes) for the appropriate class.

# Guidelines

Expand Down
File renamed without changes.
13 changes: 13 additions & 0 deletions docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,16 @@ Miscellaneous
tools.perm_test
tools.chi2_approx
tools.power



Base Classes
-------------

.. autosummary::
:toctree: generated/

independence.base.IndependenceTest
ksample.base.KSampleTest
time_series.base.TimeSeriesTest
discrim.base.DiscriminabilityTest
Binary file not shown.
Binary file not shown.
Binary file removed docs/benchmarks/images/sphx_glr_perf_1d_001.png
Binary file not shown.
Binary file removed docs/benchmarks/images/sphx_glr_same_stat_001.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
54 changes: 0 additions & 54 deletions docs/benchmarks/indep_power_dimension.ipynb

This file was deleted.

193 changes: 0 additions & 193 deletions docs/benchmarks/indep_power_dimension.py

This file was deleted.

1 change: 0 additions & 1 deletion docs/benchmarks/indep_power_dimension.py.md5

This file was deleted.

Loading

0 comments on commit f286984

Please sign in to comment.