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
Allow to better specify combinations of parameters in json.
Allow to specify differentiate between coverage tests, Travis CI runnable tests (as short as possible) and physics tests (to be manually checked). Normally these would be the same simulations, with the physics tests running as long as necessary to obtain physically correct results, the automated tests running only long enough such that diffing makes sense, and the coverage tests running ideally for only one timestep.
Can now shorten tests by adding the "coverage" parameter to the test json, with appropriate parameter overrides (usually something like 'lb.timesteps = 1').
Can now also shorten tests by adding the "fast" parameter to the test json, with appropriate parameter overrides and comparison overrides.
Allow to specify differentiate between coverage tests, Travis CI runnable tests (as short as possible) and physics tests (to be manually checked). Normally these would be the same simulations, with the physics tests running as long as necessary to obtain physically correct results, the automated tests running only long enough such that diffing makes sense, and the coverage tests running ideally for only one timestep.Allow array token replacement in testing scripts (e.g. properly expand %lb.force.gcc[0][1]%).Add option to restore from checkpoint in tests.For Travis testing:
Tests should not last longer than a few seconds.The text was updated successfully, but these errors were encountered: