xhydro icon indicating copy to clipboard operation
xhydro copied to clipboard

Error in the titles enumeration of PMF documentation

Open ospinajulian opened this issue 6 months ago • 1 comments

Generic Issue

Description

There is an error in the titles of the documentation of the PMF. The titles enumeration looks like 9.PMF 10. PMP 10.4. ANMP

when it should be: 9. PMF 9.1. PMP 9.2. ANMP

Image

ospinajulian avatar Oct 28 '25 14:10 ospinajulian

When you fix this, there's also a bug in spatial_average_storm_configurations:

There are a few instances of da_stacked = da.stack(stacked_coords=("y", "x")), but it should be (y, x), without the ".

RondeauG avatar Nov 19 '25 18:11 RondeauG