Skip to content

Commit

Permalink
add return value to lap_min_time
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichao25 committed Mar 1, 2024
1 parent 6f52dc6 commit 00d3d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamo/plot/least_action_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ def lap_min_time(
# scatters(adata, basis=basis, color=color, ax=axes[i, j], **kwargs)
# axes[i, j].scatter(*i[:, [x, y]].T, c=map2color(j))

return save_show_ret("kinetic_curves", save_show_or_return, save_kwargs)
return save_show_ret("kinetic_curves", save_show_or_return, save_kwargs, fig)

0 comments on commit 00d3d13

Please sign in to comment.