From bc36b0f1253e1d5c8f34fe94b2b2279ea9e625ec Mon Sep 17 00:00:00 2001 From: Timothy Nunn Date: Thu, 1 May 2025 14:42:20 +0000 Subject: [PATCH] Re-enable large tokamak (no f values) --- tests/regression/test_process_input_files.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/regression/test_process_input_files.py b/tests/regression/test_process_input_files.py index 18be585ade..24094380be 100644 --- a/tests/regression/test_process_input_files.py +++ b/tests/regression/test_process_input_files.py @@ -274,11 +274,6 @@ def test_input_file( should be compared in the test. :type opt_params_only: bool """ - if input_file.name == "large_tokamak_nof.IN.DAT": - pytest.skip( - "The inequalities large tokamak input file currently doesn't solve." - ) - new_input_file = tmp_path / input_file.name shutil.copy(input_file, new_input_file)