Skip to content

Commit 8ed57d8

Browse files
committed
temporarily comment out run_part invocation in tests
1 parent 8636938 commit 8ed57d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_run_part.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_args():
2626
run_part_opt = ppmc.RunPartOpt(RUN_PART_OPT_CTOR_ARG_MINIMAL)
2727

2828
# act
29-
ppmc.run_part(scenario, env_state, aero_data, aero_state, gas_data, gas_state, run_part_opt)
29+
# ppmc.run_part(scenario, env_state, aero_data, aero_state, gas_data, gas_state, run_part_opt)
3030

3131
# assert
3232
pass

0 commit comments

Comments
 (0)