Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Sommani committed Jan 21, 2025
1 parent 417c162 commit 2237f79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skyreader/plot/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def create_plot(
)
print(np.min(map_to_plot), np.nanmin(map_to_plot))
print(np.min(equatorial_map), np.nanmin(equatorial_map))
equatorial_map[np.isnan(equatorial_map)] = 0.
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 2237f79

Please sign in to comment.