Circular import in from sbi.neural_nets import posterior_nn
#1249
Labels
bug
Something isn't working
from sbi.neural_nets import posterior_nn
#1249
Describe the bug
Hello, I got an
ImportError
when trying to importposterior_nn
fromneural_nets
.To Reproduce
sbi
version 0.23.1Expected behavior
No error.
Additional context
I can work around this by first importing
sbi.utils
.The text was updated successfully, but these errors were encountered: