Skip to content

Commit 61a618b

Browse files
authored
Merge pull request #235 from Pressio/issue_234
fixing double printing of running in sampling
2 parents ab159f6 + 7433745 commit 61a618b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

romtools/workflows/sampling/sampling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def run_sampling(model: Model,
114114
run_times = np.zeros(number_of_samples)
115115
for sample_index in range(0, number_of_samples):
116116
print("======= Sample " + str(sample_index) + " ============")
117-
print("Running")
118117
run_directory = f'{run_directory_base}{sample_index}'
119118
if "passed.txt" in os.listdir(run_directory) and not overwrite:
120119
print("Skipping (Sample has already run successfully)")

0 commit comments

Comments
 (0)