Skip to content

Commit

Permalink
ci: upgrading packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Aug 1, 2023
1 parent f981c00 commit 9752d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.280'
rev: 'v0.0.282'
hooks:
- id: ruff
args: [--fix]
Expand Down
2 changes: 1 addition & 1 deletion tests/popmon/alerting/test_compute_tl_bounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_compute_traffic_light_bounds():
)

output = module.transform(datastore)["output_data"]
assert "dummy_feature:mae" not in output.keys()
assert "dummy_feature:mae" not in output
assert output["the_feature:mae"] == [8, 4, 2, 2]
assert output["the_feature:mse"] == [0.2, 0.11, 0.09, 0]

Expand Down

0 comments on commit 9752d34

Please sign in to comment.