Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bnb32 committed Aug 20, 2024
1 parent 0ebdce9 commit 197be04
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_farmsdni.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ def test_farmsdni():
De = np.arange(n) + 10.0
phase = np.full(n, 2)
phase[:50] = 1
phase1 = np.where(phase == 1)[0]
phase2 = np.where(phase == 2)[0]
Tddclr = (np.arange(n) + 100) * 0.005
Ftotal = np.flip(np.arange(n) + 900.0)
F1 = Ftotal * 0.7
Expand All @@ -37,8 +35,6 @@ def test_farmsdni():
solar_zenith_angle,
De,
phase,
phase1,
phase2,
Tddclr,
Ftotal,
F1,
Expand Down

0 comments on commit 197be04

Please sign in to comment.