Closed jomichaelis closed 5 months ago
@jomichaelis This pull requests seems to break FabSim, so please have another look at it :).
I see, it was just a matter of the location of the import statement. Changed it and isort does not complain anymore.
The file
fab.py
contains a call tonp.arrange(..)
(here: https://github.com/djgroen/FabSim3/blob/9194ed5dbc3bbb88fe7b917c5158586db8f77fe2/fabsim/base/fab.py#L1337) , however there is no explicit import-statement for numpy. numpy is also not loaded via afrom <x> import *
.