Import in BaseModel.__init__
method instead of at the top of the file
#206
Labels
bug
Something isn't working
What happened?
The
base
imports a module:within the
__iinit__
method of theBaseModel
class:https://github.com/nipreps/eddymotion/blob/main/src/eddymotion/model/base.py#L135
If that is done for performance reasons, would lazy loading help so that the import is put at the top of the file (if that is relevant)?
What command did you use?
What version of the software are you running?
main
How are you running this software?
Docker
Is your data BIDS valid?
Yes
Are you reusing any previously computed results?
No
Please copy and paste any relevant log output.
Additional information / screenshots
No response
The text was updated successfully, but these errors were encountered: