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
Add fallback mechanism to recompile simulation executable if prerequisites are not met
- Updated `run_simulation` and `run_simulation_stream` endpoints to attempt recompilation if prerequisites are not met.
- Updated CHANGELOG.md to document the changes.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
- Comprehensive unit tests for parameter validation in simulation requests
15
15
- Better validation error messages for all simulation parameters
16
16
- Helper methods for test assertions to improve code readability
17
+
- Added fallback mechanism to recompile the simulation executable if prerequisites are not met in both `/run_simulation` and `/run_simulation_stream` endpoints.
0 commit comments