Skip to content

Commit

Permalink
test if nans create problems
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Sommani committed Jan 21, 2025
1 parent 837f3e1 commit 4662961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyreader/plot/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def create_plot(
map_to_plot[plotting_map != 0.] = np.log10(
plotting_map[plotting_map != 0.]
)
map_to_plot[plotting_map == 0.] = np.nan
#map_to_plot[plotting_map == 0.] = np.nan
equatorial_map = np.ma.masked_invalid(equatorial_map)
map_to_plot = np.ma.masked_invalid(map_to_plot)

Expand Down

0 comments on commit 4662961

Please sign in to comment.