We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab159f6 + 7433745 commit 61a618bCopy full SHA for 61a618b
romtools/workflows/sampling/sampling.py
@@ -114,7 +114,6 @@ def run_sampling(model: Model,
114
run_times = np.zeros(number_of_samples)
115
for sample_index in range(0, number_of_samples):
116
print("======= Sample " + str(sample_index) + " ============")
117
- print("Running")
118
run_directory = f'{run_directory_base}{sample_index}'
119
if "passed.txt" in os.listdir(run_directory) and not overwrite:
120
print("Skipping (Sample has already run successfully)")
0 commit comments