Skip to content

Commit

Permalink
Update pypesto/visualize/spline_approximation.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maren Philipps <55318391+m-philipps@users.noreply.github.com>
  • Loading branch information
Doresic and m-philipps authored Mar 7, 2024
1 parent ffa7c26 commit 6c52eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypesto/visualize/spline_approximation.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def plot_splines_from_pypesto_result(
)
return None

# Get simulation and sigma.
# Get simulation.
sim = [rdata[AMICI_Y] for rdata in inner_rdatas]

spline_calculator = None
Expand Down

0 comments on commit 6c52eb2

Please sign in to comment.