Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 30, 2024
1 parent 8adcc9b commit 7ac35f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,6 @@ def multimodal_weighted_quantile_model(multimodal_model_kwargs):

@pytest.fixture()
def multimodal_quantile_model_ignore_minutes(multimodal_model_kwargs):
""" Only forecsat second half of the 8 hours"""
model = Model(
output_quantiles=[0.1, 0.5, 0.9], **multimodal_model_kwargs, ignore_minutes=240
)
"""Only forecsat second half of the 8 hours"""
model = Model(output_quantiles=[0.1, 0.5, 0.9], **multimodal_model_kwargs, ignore_minutes=240)
return model
1 change: 0 additions & 1 deletion tests/models/multimodal/test_multimodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@ def test_weighted_quantile_model_forward(multimodal_quantile_model_ignore_minute

# Backwards on sum drives sum to zero
y_quantiles.sum().backward()

0 comments on commit 7ac35f2

Please sign in to comment.