We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d071544 commit 057aa04Copy full SHA for 057aa04
skyreader/plot/plot.py
@@ -137,7 +137,7 @@ def create_plot(
137
np.isnan(map_to_plot),
138
map_to_plot == 0.
139
)
140
- ] = np.nanmin(map_to_plot[map_to_plot > 0.])
+ ] = np.nanmin(map_to_plot)
141
print(np.min(equatorial_map), np.nanmin(equatorial_map))
142
map_to_plot[plotting_map == 0.] = np.nan
143
equatorial_map = np.ma.masked_invalid(equatorial_map)
0 commit comments