-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When the docker files on the server are updated, the numpy version is also bumped. Locally, we use numpy==1.19.X, but on the server (in the docker file), numpy==1.20.3 is used. This triggers an error message in the EPA, which it receives from the MVS API:
warnings.warn(msg, DeprecationWarning, stacklevel=2)\nDeprecationWarning: `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here.\nDeprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations\n"
Currently the case with MVS API v1.0.0 (https://mvs-eland.rl-institut.de/). There were no manual updates of the docker files on the server, two days earlier the simulation passed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working