Skip to content

Commit

Permalink
remvoe test code for case handling
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaprins committed Nov 4, 2024
1 parent 1959b39 commit 228eace
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test_suite/process_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ def process_cases(args):
# Suppress specific UserWarning caused by matplotlib (required to suppress interactive plots)
warnings.filterwarnings("ignore", category=UserWarning, message="FigureCanvasAgg is non-interactive, and thus cannot be shown")
subfolders = os.listdir(suite_path_abs) if args.limit == 0 else os.listdir(suite_path_abs)[:args.limit]
# do same for cases
subfolders = os.listdir(suite_path_abs) if args.cases == [] else os.listdir(suite_path_abs)cases


for subfolder in subfolders:
# if sbml_level_version is empty string (default), find the highest level and version in the folder
if args.sbml_level_version == "highest":
Expand Down

0 comments on commit 228eace

Please sign in to comment.