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
Oscillatory shear does not allow to use the parameter "initial position offset".
This might be needed if we first do linear shear and then switch to oscillatory shear.
Also the user guide calls the parameter frequency instead of omega.
The text was updated successfully, but these errors were encountered:
Fixes#4488, fixes#4490, fixes#4491, fixes#4477
Description of changes:
- require Python 3.8+ (as per #3421)
- use `contextlib` in the testsuite to better handle `ImportError` from missing dependencies
- use `pathlib` in the testsuite and scripts for portability on non-Posix environments
- modernize python testsuite, fix broken test cases, improve code coverage
- implement initial position offset for LEbc protocol `OscillatoryShear`
- use new CI infrastructure: run jobs on 4 cores (reduce test runtime by 30%), update labels to better utilize GPU runners
Oscillatory shear does not allow to use the parameter "initial position offset".
This might be needed if we first do linear shear and then switch to oscillatory shear.
Also the user guide calls the parameter frequency instead of omega.
The text was updated successfully, but these errors were encountered: