Skip to content

Commit 58d69fe

Browse files
authored
Update sampling_utils.py
1 parent 3240c0b commit 58d69fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flowdock/utils/sampling_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def multi_pose_sampling(
386386
}
387387
)
388388
aux_estimation_all_df.to_csv(
389-
os.path.join(out_path, "auxiliary_estimation.csv"), index=False
389+
os.path.join(out_path, f"{sample_id if sample_id is not None else 'sample'}_auxiliary_estimation.csv"), index=False
390390
)
391391
else:
392392
ref_mol = None

0 commit comments

Comments
 (0)