You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,10 @@ Thank you for considering contributing! We welcome all kinds of contributions—
5
5
---
6
6
7
7
## 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
+
```
9
12
10
13
For new features, please also consider updating the examples folder to show the intended use of the feature.
0 commit comments