Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
iecheverria committed Nov 6, 2024
1 parent a7fabde commit de05ce6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyext/src/analysis_trajectories.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,6 @@ def read_models_info(self, XLs_cutoffs=None):
for f in info_files:
k = f.split("scores_info_")[-1].split(".csv")[0]
df = pd.read_csv(f)
print('k', k)
self.S_all[int(k)] = df

# XLs files
Expand Down

0 comments on commit de05ce6

Please sign in to comment.