Skip to content

Commit

Permalink
Revert "ENH: Added partial function for getting the correct LV parame…
Browse files Browse the repository at this point in the history
…ter"

This reverts commit 0d88820.
  • Loading branch information
yb6599 committed Feb 21, 2024
1 parent b37077c commit 4a6768a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gen_experiments/odes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from functools import partial
from typing import Callable

import matplotlib.pyplot as plt
Expand Down Expand Up @@ -70,7 +69,7 @@ def forcing(t, x):
],
},
"lv": {
"rhsfunc": partial(ps.utils.odes.lotka, p=p_lotka),
"rhsfunc": ps.utils.odes.lotka,
"input_features": ["x", "y"],
"coeff_true": [
{"x": p_lotka[0], "x y": -p_lotka[1]},
Expand Down

0 comments on commit 4a6768a

Please sign in to comment.