Skip to content

Commit

Permalink
Remove debugging step
Browse files Browse the repository at this point in the history
  • Loading branch information
mjprilliman committed Sep 27, 2024
1 parent 6a720b3 commit e92a29a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bifacial_radiance/spectral_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ def generate_spectral_tmys(wavelengths, spectra_folder, weather_file, location_n

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

Expand Down

0 comments on commit e92a29a

Please sign in to comment.