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
+6
Original file line number
Diff line number
Diff line change
@@ -26,3 +26,9 @@ make testrun
26
26
# Clean after tests are run
27
27
make testclean
28
28
```
29
+
30
+
If changes are made to the `modelStructure.h` file and unit tests are failing, try running the update script as shown below. Consider running this script even if unit tests _are not_ failing.
31
+
```shell
32
+
# Run this command from the root directory to update unit test versions of modelStructures.h
0 commit comments