Skip to content

Commit

Permalink
Restore previous way to get ONLY_OUTPUT_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
ptormene committed Feb 7, 2024
1 parent 71cf7ee commit 055a369
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions svir/test/integration/test_drive_oq_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
QGIS_APP = start_app()

LONG_LOADING_TIME = 10 # seconds
ONLY_OUTPUT_TYPE = (
False if os.environ.get('ONLY_OUTPUT_TYPE') != '1' else True)
ONLY_OUTPUT_TYPE = os.environ.get('ONLY_OUTPUT_TYPE')
OQ_CHECK_MISSING_OUTPUTS = (
False if os.environ.get('OQ_CHECK_MISSING_OUTPUTS') != '1' else True)
OQ_TEST_RUN_CALC = (
Expand Down

0 comments on commit 055a369

Please sign in to comment.