Skip to content

Commit

Permalink
Adding back flicker mismatch tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qualand committed May 19, 2022
1 parent 8871042 commit 4a7243a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/hybrid/test_flicker_mismatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def plot_maps(maps, flicker):
plt.colorbar(c)
plt.show()

@pytest.mark.skip
def test_single_turbine():
FlickerMismatch.diam_mult_nwe = 3
FlickerMismatch.diam_mult_s = 1
Expand All @@ -41,7 +40,6 @@ def test_single_turbine():
assert(np.average(loss_p) == approx(0.0042872, 1e-4))
assert(np.count_nonzero(loss_p) == approx(2940, 1e-4))

@pytest.mark.skip
def test_single_turbine_multiple_angles():
FlickerMismatch.diam_mult_nwe = 3
FlickerMismatch.diam_mult_s = 1
Expand Down Expand Up @@ -147,7 +145,7 @@ def test_single_turbine_wind_dir():
assert(np.count_nonzero(hours_shaded) == 2819)


@pytest.mark.skip

def test_grid():
dx = 1
dy = 2
Expand Down

0 comments on commit 4a7243a

Please sign in to comment.