Skip to content

Commit 24ea737

Browse files
committed
fix rebase error
1 parent 5059a65 commit 24ea737

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

solarforecastarbiter/io/reference_observations/tests/test_common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,6 @@ def test_create_forecasts(template_fx, mocker):
776776
assert len(fxs) == 3
777777
assert create_nwp.call_count == 1
778778
assert create_nwp.call_args[0][-1] == templates[:1]
779-
common.create_forecasts(api, site, vars_, templates)
780779

781780

782781
@pytest.mark.parametrize('params', [

0 commit comments

Comments
 (0)