Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
veni-vidi-vici-dormivi committed Aug 22, 2024
1 parent 72eb682 commit f5777f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_auto_regression_scen_ens.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def test_fit_auto_regression_scen_ens_one_scen(std):


def test_fit_auto_regression_scen_ens_multi_scen():
n_ens = xr.DataArray([4, 5], dims="scen")
da1 = generate_ar_samples([1, 0.5, 0.3], n_timesteps=100, n_ens=4)
da2 = generate_ar_samples([1, 0.5, 0.3, 0.4], n_timesteps=100, n_ens=5)

Expand Down

0 comments on commit f5777f8

Please sign in to comment.