Skip to content

Commit

Permalink
Fix DLC generator test
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Nov 8, 2024
1 parent 5630ae7 commit e46bfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weis/dlc_driver/test/test_DLC_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_generator(self):
np.testing.assert_equal(dlc_generator.n_cases, 60)

# Determine wind speeds that will be used to calculate AEP (using DLC AEP or 1.1)
DLCs = [i_dlc['DLC'] for i_dlc in self.modeling_options['DLC_driver']['DLCs']]
DLCs = [i_dlc['DLC'] for i_dlc in modeling_options['DLC_driver']['DLCs']]
if 'AEP' in DLCs:
DLC_label_for_AEP = 'AEP'
else:
Expand Down

0 comments on commit e46bfcc

Please sign in to comment.