Skip to content

Commit 0f519c5

Browse files
committed
insert blank line
1 parent 1ff8c5f commit 0f519c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/spectrum/test_irradiance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ def test_average_photon_energy_nan_irr():
143143
spectra_series_singlenan = spectra_series_nan.copy()
144144
spectra_series_singlenan.loc[315.0] = np.nan
145145
spectra_series_allnan = spectra_series_nan*np.nan
146-
146+
147147
out = [
148148
spectrum.average_photon_energy(spectra_df_singlenan),
149149
spectrum.average_photon_energy(spectra_df_allnan),
150150
spectrum.average_photon_energy(spectra_series_singlenan),
151151
spectrum.average_photon_energy(spectra_series_allnan)
152152
]
153153

154-
assert all(np.isnan(out))
154+
assert all(np.isnan(out))

0 commit comments

Comments
 (0)