Skip to content

Commit

Permalink
Remove hard-coded test
Browse files Browse the repository at this point in the history
  • Loading branch information
duembgen committed Nov 3, 2023
1 parent 603245f commit 42def2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _scripts/simulate_noise.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def generate_results(params_dir, out_dir, save_results=SAVE_RESULTS, test=False)
from poly_certificate.utils.helper_params import logs_to_file, parse_arguments

args = parse_arguments("Run noise simulation.")
args.test = True
out_dir = args.resultdir

logfile = os.path.join(out_dir, "simulation_noise.log")
Expand Down

0 comments on commit 42def2d

Please sign in to comment.