Skip to content
Snippets Groups Projects
Commit bc65044a authored by Brandon Piotrzkowski's avatar Brandon Piotrzkowski
Browse files

Fix lint errors

parent 0b5bec34
No related branches found
No related tags found
No related merge requests found
......@@ -122,9 +122,9 @@ def combine_skymaps(skymapfilesbytes):
# Weight GW prob density by external sky map probabilities
gw_sky['PROBDENSITY'] *= ext_sky[ext_ind]
gw_sky['PROBDENSITY'] /= np.sum(gw_sky['PROBDENSITY'] * areas).value
# Modify GW sky map with new data
write_sky_map(combinedskymap.name, gw_skymap)
write_sky_map(combinedskymap.name, gw_sky)
return combinedskymap.read()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment