Skip to content

Commit

Permalink
commenting out init of PlotSignal as not working
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelleChapuis committed Dec 4, 2024
1 parent d0a2178 commit bdf968c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/iblphotometry/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def set_axis_style(ax, fontsize=10, **kwargs):


class PlotSignal:
def __init__(self, *args, **kwargs):
self.set_data(*args, **kwargs)
# def __init__(self, *args, **kwargs):
# self.set_data(*args, **kwargs)

def set_data(
self, raw_signal, times, raw_isosbestic=None, processed_signal=None, fs=None
Expand Down

0 comments on commit bdf968c

Please sign in to comment.