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
It would be good to reduce, as much as possible, the dependencies required by the "core" modules (in ./unseen). When we run the tests in github Actions, we have to create the environment each time, so minimising the complexity of this environment is beneficial. E.g. general_utils contains import matplotlib as mpl. Is this really necessary, or shall we decide that plotting is beyond scope?
The text was updated successfully, but these errors were encountered:
It would be good to reduce, as much as possible, the dependencies required by the "core" modules (in
./unseen
). When we run the tests in github Actions, we have to create the environment each time, so minimising the complexity of this environment is beneficial. E.g.general_utils
containsimport matplotlib as mpl
. Is this really necessary, or shall we decide that plotting is beyond scope?The text was updated successfully, but these errors were encountered: