m2lines / gz21_ocean_momentum

Stochastic-Deep Learning Parameterization of Ocean Momentum Forcing
MIT License
5 stars 0 forks source link

Wrong progressbar command in testings/utils.py #71

Closed MarionBWeinzierl closed 1 year ago

MarionBWeinzierl commented 1 year ago

https://github.com/m2lines/gz21_ocean_momentum/blob/ef0c1c59e311f8c2b07671f30e8e711819b43175/src/gz21_ocean_momentum/testing/utils.py#L199 uses the max value command from progressbar2, but progressbar is installed (see https://github.com/m2lines/gz21_ocean_momentum/blob/ef0c1c59e311f8c2b07671f30e8e711819b43175/pyproject.toml#L37) .

Changing the python package progressbar to progressbar2 will resolve the issue.

MarionBWeinzierl commented 1 year ago

Fixed by #73