Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Aug 8, 2024
1 parent 0e0d69e commit 41814d5
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@
"import pymc as pm\n",
"import pytensor.tensor as pt\n",
"import seaborn as sns\n",
"from jax import jit, vjp\n",
"from jax import jit\n",
"from jax.nn import softmax\n",
"from jax.tree_util import Partial\n",
"from pyhgf.math import binary_surprise, gaussian_surprise\n",
"from pyhgf.math import binary_surprise\n",
"from pyhgf.model import HGF\n",
"from pyhgf.utils import beliefs_propagation\n",
"from pytensor.graph import Apply, Op\n",
"\n",
"jax.config.update(\"jax_enable_x64\", True) # this is required for the softmax\n",
Expand Down

0 comments on commit 41814d5

Please sign in to comment.