Skip to content

Commit

Permalink
plotting test passing
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelleChapuis committed Dec 4, 2024
1 parent bdf968c commit a9ec0f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/iblphotometry_tests/test_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ def test_class_plotsignal(self):
processed_signal = df_nph['signal_processed'].values
times = df_nph['times'].values

plotobj = plots.PlotSignal(raw_signal, times, raw_isosbestic, processed_signal)
plotobj = plots.PlotSignal()
plotobj.set_data(raw_signal, times, raw_isosbestic, processed_signal)
plotobj.raw_processed_figure()
plt.close('all')

Expand Down

0 comments on commit a9ec0f7

Please sign in to comment.