Skip to content

Commit fd036b9

Browse files
committed
ensure tests work contribute
1 parent 1b20e67 commit fd036b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ Thank you for considering contributing! We welcome all kinds of contributions—
55
---
66

77
## How to Contribute
8-
Feel free to submit a "pull request" on GitHub in a designated feature branch. Include comments about what the fix/update does.
8+
Feel free to submit a "pull request" on GitHub in a designated feature branch. Include comments about what the fix/update does, and ensure the tests work by running:
9+
```python
10+
states = res.run(timeseries)
11+
```
912

1013
For new features, please also consider updating the examples folder to show the intended use of the feature.
1114

0 commit comments

Comments
 (0)