Skip to content

Commit

Permalink
Update test_simulation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chetanyagoyal authored Nov 9, 2023
1 parent 33956c5 commit 33bff42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/common_api/test_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from common.simulation import run_simulations

TEST_SIMULATION_DIR = os.path.join(os.path.dirname(__file__), 'test-simulation')
TEST_SIMULATION_DIR = os.path.join(os.path.dirname(__file__), 'work')
EXPECTED_CONFIGS_DIR = os.path.join(TEST_SIMULATION_DIR, 'expected')
RUNS_DIR = os.path.join(TEST_SIMULATION_DIR, 'runs')

Expand Down Expand Up @@ -99,4 +99,4 @@ def test_simulations():
irms_value = get_value(log_file_text, 'irms')

assert vrms_value != "NOT_FOUND", f"`vrms` value not found in the simulation output for config #{i}"
assert irms_value != "NOT_FOUND", f"`irms` value not found in the simulation output for config #{i}"
assert irms_value != "NOT_FOUND", f"`irms` value not found in the simulation output for config #{i}"

0 comments on commit 33bff42

Please sign in to comment.