Skip to content

Commit

Permalink
refactor: update init structure
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden committed Dec 4, 2024
1 parent 8f11efe commit a6f987d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pybop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
#
# Experimental
#
from .experimental import BaseJaxCost, JaxSumSquaredError, JaxLogNormalLikelihood, JaxGaussianLogLikelihoodKnownSigma
from .experimental.jax_costs import BaseJaxCost, JaxSumSquaredError, JaxLogNormalLikelihood, JaxGaussianLogLikelihoodKnownSigma

#
# Optimiser classes
Expand Down
1 change: 0 additions & 1 deletion pybop/experimental/__init__.py

This file was deleted.

0 comments on commit a6f987d

Please sign in to comment.