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
Fix memory scaling in determine_max_batch_size (#212)
* Fix memory scaling in `determine_max_batch_size`
The current version results in an infinite loop when `scale_factor < 1.5` due to the rounding.
This is fixed by increasing the batch size by at least `+1`.
* add `test_autobatching.py` check to ensure `determine_max_batch_size` does regress to infinite loop
* remove outdated pymatviz extras 'export-figs' in `6.1_Phonons_MACE.py` and `6.2_QuasiHarmonic_MACE.py`
* pin plotly!=6.2.0
---------
Co-authored-by: Janosh Riebesell <[email protected]>
0 commit comments