Closed hamelsmu closed 2 years ago
Related to #80
I'm not able to reproduce this error in #80, but either way it highlighted an undesirable code pattern where a class is being instantiated too early when the model is first imported. This fixes that.
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Related to #80
I'm not able to reproduce this error in #80, but either way it highlighted an undesirable code pattern where a class is being instantiated too early when the model is first imported. This fixes that.