Skip to content

Commit

Permalink
black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyjim committed Nov 25, 2024
1 parent 61d7ac5 commit 99912e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion grand/basis/traces_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def keep_only_trace_with_index(self, l_idx):
self.idt2idx[ident] = idx
self.traces = self.traces[l_idx]
self.t_start_ns = self.t_start_ns[l_idx]
self.f_samp_mhz = self.f_samp_mhz[l_idx]
self.f_samp_mhz = self.f_samp_mhz[l_idx]
if self.t_samples.shape[0] > 0:
self.t_samples = self.t_samples[l_idx]
if self.network:
Expand Down
1 change: 0 additions & 1 deletion grand/dataio/root_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ def get_du_nanosec_ordered(self):
du_ns = np.array(self.tt_event.du_nanoseconds, dtype=np.float64) + 1e9 * (du_s - min_sec)
return du_ns, min_sec


def get_obj_handling3dtraces(self):
"""
Return a traces container IO independent Handling3dTraces
Expand Down

0 comments on commit 99912e2

Please sign in to comment.