Skip to content

Commit

Permalink
manually reformat some files with ruff and black
Browse files Browse the repository at this point in the history
  • Loading branch information
msarkis-icr committed Nov 27, 2024
1 parent 4370f63 commit 19d5b1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/SOPRANO/core/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,8 @@ def check_params(self):
@as_single_process()
def gather(self):
sample_results_paths = [
self.get_sample(idx).results_path for idx in range(-1, self.n_samples)
self.get_sample(idx).results_path
for idx in range(-1, self.n_samples)
]

for expected_results_path in sample_results_paths:
Expand Down Expand Up @@ -431,7 +432,7 @@ def gather(self):
joined_df.to_csv(self.samples_path)
if self.n_samples >= 1:
self.plot_hist()

@staticmethod
def split_joined_df(
joined_df: pd.DataFrame,
Expand Down

0 comments on commit 19d5b1b

Please sign in to comment.