Skip to content

Commit

Permalink
Update test_tools.py
Browse files Browse the repository at this point in the history
Remove additional comments.
  • Loading branch information
deborahDOR authored Jul 4, 2024
1 parent dc361ce commit 9a0605a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lstchain/tools/tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,9 +476,6 @@ def test_add_scale_true_energy_in_irfs(temp_dir_observed_files, simulated_dl2_fi
edisp_hdu=EnergyDispersion2D.read(irf_file, hdu='ENERGY DISPERSION')
edisp_mod_hdu=EnergyDispersion2D.read(irf_file_mod, hdu='ENERGY DISPERSION')


#assert (aeff_mod.data.shape==(25,1))
#assert (edisp_mod.data.shape==(25,30,1))#(E,migra,offset)
assert(aeff_mod_hdu.data.shape==aeff_hdu.data.shape)
assert(edisp_mod_hdu.data.shape==edisp_hdu.data.shape)

Expand Down

0 comments on commit 9a0605a

Please sign in to comment.