Skip to content

Commit

Permalink
ruff requires double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
elray1 committed Nov 7, 2024
1 parent 82d87c6 commit b4ec705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_sarix.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_sarix(tmp_path):

run_config = SimpleNamespace(
ref_date=datetime.date.fromisoformat("2024-01-06"),
output_root=tmp_path / 'model-output',
output_root=tmp_path / "model-output",
artifact_store_root=tmp_path / "artifact-store",
save_feat_importance=False,
max_horizon=3,
Expand Down

0 comments on commit b4ec705

Please sign in to comment.