Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmroz committed Dec 8, 2024
1 parent b6b5b97 commit 8a3a15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_16/ulens_model_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -3965,7 +3965,7 @@ def _make_interactive_lc_traces(self, f_source_0, f_blend_0, sizes, colors, opac
"""
traces_lc = []
subtract = mm.utils.PlotUtils.find_subtract(subtract_2450000, subtract_2460000)
times = np.linspace(t_start, t_stop, num=5000) - subtract
times = np.linspace(t_start, t_stop, num=5000)

if isinstance(name, type(None)):
showlegend = False
Expand Down

0 comments on commit 8a3a15b

Please sign in to comment.