Skip to content

Commit

Permalink
Black.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinevans committed Oct 22, 2021
1 parent 55f639c commit e15edc5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,7 @@ def test_additional_predictor_site_mismatch(self):
"""Test for a mismatch in sites between the forecast and
the additional predictor."""
spot_altitude_cube = self.spot_altitude_cube[1:]
msg = (
"The forecast and additional predictors.*The mismatching sites are.*03001"
)
msg = "The forecast and additional predictors.*The mismatching sites are.*03001"
with self.assertRaisesRegex(ValueError, msg):
ApplyEMOS()(
self.realizations_spot_cube,
Expand Down

0 comments on commit e15edc5

Please sign in to comment.