Skip to content

Commit

Permalink
fix #1301: remove deprecated neural_net access from utils to avoid …
Browse files Browse the repository at this point in the history
…circular imports (#1302)

* remove deprecated neural_net access from utils

* remove tests for deprecated neural_nets_factory
  • Loading branch information
tvwenger authored Nov 13, 2024
1 parent 653d0b4 commit 3ff1f51
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 157 deletions.
1 change: 0 additions & 1 deletion sbi/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,3 @@
validate_theta_and_x,
)
from sbi.utils.user_input_checks_utils import MultipleIndependent
from sbi.utils.get_nn_models import posterior_nn, likelihood_nn, classifier_nn
112 changes: 0 additions & 112 deletions sbi/utils/get_nn_models.py

This file was deleted.

44 changes: 0 additions & 44 deletions tests/neural_nets_factory.py

This file was deleted.

0 comments on commit 3ff1f51

Please sign in to comment.