Skip to content

Commit

Permalink
fix import in notebook to reflect new refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanJamesLew committed Apr 14, 2024
1 parent 052848f commit 2958490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/Koopman-Symbolic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"exprs = fhn._exprs\n",
"x0, x1 = variables\n",
"basis = generate_monomials(variables, 2)[1:]\n",
"lie_obs = ak.core.observables.SymbolicObservable(variables, obs(exprs, basis, variables))"
"lie_obs = ak.observable.SymbolicObservable(variables, obs(exprs, basis, variables))"
]
},
{
Expand Down

0 comments on commit 2958490

Please sign in to comment.