Skip to content

Commit 8d386fc

Browse files
committed
Removed unused holding_potential argument
1 parent 9fcd993 commit 8d386fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

syncropatch_export/trace.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get_voltage_protocol_json(self):
8181
# TODO Why only the first row?
8282
return self.meta['ExperimentConditions']['VoltageProtocol'][0]
8383

84-
def get_protocol_description(self, holding_potential=-80.0):
84+
def get_protocol_description(self):
8585
"""
8686
Returns the protocol as an ``np.numpy`` with an entry for each segment.
8787
@@ -119,7 +119,8 @@ def get_all_traces(self, leakcorrect=False):
119119

120120
def get_trace_file(self, sweeps):
121121
"""
122-
Returns the trace file index of the file for a given set of sweeps
122+
Returns the trace file index
123+
of the file for a given set of sweeps
123124
"""
124125
OUT_file_idx = []
125126
OUT_idx_i = []

0 commit comments

Comments
 (0)