From 4733a5354ebf96ab5a89715ae5c5d42d5da121c0 Mon Sep 17 00:00:00 2001 From: Logan Harbour Date: Thu, 31 Oct 2024 11:06:35 -0600 Subject: [PATCH] Address review: move comment Co-authored-by: Pierre-Clement Simon --- test/tests/fuel-cycle/tests | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/tests/fuel-cycle/tests b/test/tests/fuel-cycle/tests index da2184bf..ecf7fffd 100644 --- a/test/tests/fuel-cycle/tests +++ b/test/tests/fuel-cycle/tests @@ -10,8 +10,7 @@ [gui] type = RunCommand command = 'python3 fuel_cycle_gui.py --test' - # See #207 - installation_type = 'in_tree' + installation_type = 'in_tree' # See #207 requirement = 'The system shall be able to open a graphical interface for the tritium fuel cycle example for user training.' required_python_packages = 'tempfile tkinter re subprocess matplotlib numpy scipy atexit shutil atexit os' []