Skip to content

Commit e92a29a

Browse files
committed
Remove debugging step
1 parent 6a720b3 commit e92a29a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bifacial_radiance/spectral_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ def generate_spectral_tmys(wavelengths, spectra_folder, weather_file, location_n
455455

456456
# -- reorder the columns to match TMYs
457457
spectra_df.columns.set_levels(['Alb','DHI','DNI','GHI'],level=1)
458-
spectra_df.to_csv('spectra_df_test.csv')
459458
# -- create arrays of zeros for data outside the array
460459
zeros = np.zeros(len(dtindex))
461460

0 commit comments

Comments
 (0)