Skip to content

Commit 1b20e67

Browse files
committed
tests
1 parent 6ae1109 commit 1b20e67

File tree

2 files changed

+628
-14
lines changed

2 files changed

+628
-14
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ This will return a `np.ndarray` of the same length as the timeseries, correspond
101101

102102
`Incremental` reservoirs run incrementally. For every state, only the last `M` steps of the timeseries is built at a time (`M` being a parameter of `Incremental.__init__`).
103103

104+
## Testing
105+
Some tests have been implemented using pytest. To run them, ensure pytest is installed (*not* installed as runtime dependency) and run
106+
```python
107+
pytest
108+
```
104109
## About
105110

106111
You can find out more about QuantumReservoirPy and contact the authors [here](https://quantumreservoirpy.readthedocs.io/en/latest/about/).

0 commit comments

Comments
 (0)