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: CHANGELOG.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,9 @@
6
6
```python
7
7
net.record("i_IonotropicSynapse")
8
8
```
9
-
- Add regression tests and supporting workflows for maintaining baselines (#475, @jnsbck).
10
-
- PRs now trigger both tests and regression tests.
11
-
- Baselines are maintained in the main branch.
9
+
- Add regression tests and supporting workflows for maintaining baselines (#475, #546, @jnsbck).
10
+
- Regression tests can be triggered by commenting on a PR.
12
11
- Regression tests can be done locally by running `NEW_BASELINE=1 pytest -m regression` i.e. on `main` and then `pytest -m regression` on `feature`, which will produce a test report (printed to the console and saved to .txt).
13
-
- If a PR introduces new baseline tests or reduces runtimes, then a new baseline can be created by commenting "/update_regression_baselines" on the PR.
0 commit comments