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
* Update model file version for new models to 0.6.0.
* Add documentation on version support
* Better details on latest supported version, update creator script
* Add version validation tests for .nam file loading
- Introduced helper function to create configuration strings with specific versions.
- Added tests to verify behavior when loading .nam files with versions one patch and one minor beyond the latest supported versions.
- Implemented a test for versions that are too early, ensuring proper error handling for unsupported configurations.
- Updated `run_tests.cpp` to include the new version validation tests.
* Move version code out to headers
* Suppress std::cerr during test
0 commit comments