We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdeee8 commit d945924Copy full SHA for d945924
tests/test_run_quant.py
@@ -87,7 +87,7 @@ def test_run_train_fails_training_data_path_not_exist():
87
88
@pytest.fixture(name="job_config", scope="session")
89
def fixture_job_config():
90
- """Fixture to get happy path dummy config as a dict, note that job_config dict gets
+ """Fixture to get happy path dummy config as a dict, note that job_config dict gets
91
modified during process training args"""
92
with open(HAPPY_PATH_DUMMY_CONFIG_PATH, "r", encoding="utf-8") as f:
93
dummy_job_config_dict = json.load(f)
0 commit comments