Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
suzhoum committed Nov 12, 2023
1 parent 6f6b520 commit e39ecf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unittests/benchmark/test_runbenchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def test_run_aws_tabular_user_dir(mocker, tmp_path):
skip_setup=True,
save_hardware_metrics=False,
)
assert os.environ["FRAMEWORK_PATH"] == "frameworks/tabular/"
assert os.environ["FRAMEWORK_PATH"] == "frameworks/tabular"
assert os.environ["GIT_URI"] == "https://github.com/openml/automlbenchmark.git"
assert os.environ["GIT_BRANCH"] == "master"
assert os.environ["AMLB_FRAMEWORK"] == "AutoGluon:stable"
Expand Down Expand Up @@ -478,7 +478,7 @@ def test_run_aws_timeseries_user_dir(mocker, tmp_path):
wait=False,
skip_setup=True,
)
assert os.environ["FRAMEWORK_PATH"] == "frameworks/timeseries/"
assert os.environ["FRAMEWORK_PATH"] == "frameworks/timeseries"
assert os.environ["GIT_URI"] == "https://github.com/openml/automlbenchmark.git"
assert os.environ["GIT_BRANCH"] == "master"
assert os.environ["AMLB_FRAMEWORK"] == "AutoGluon:stable"
Expand Down

0 comments on commit e39ecf6

Please sign in to comment.