You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
computeMeanStdForProfile() in create_profiles.py returns the profile with a mask applied that removes bins with zero measurements (n==0). This seems plausible but causes problems later on, when profiles are aggregated. It would be better to return all bins and to apply masking when necessary (e.g. when plotting the profiles or when averaging).
The text was updated successfully, but these errors were encountered:
computeMeanStdForProfile()
in create_profiles.py returns the profile with a mask applied that removes bins with zero measurements (n==0
). This seems plausible but causes problems later on, when profiles are aggregated. It would be better to return all bins and to apply masking when necessary (e.g. when plotting the profiles or when averaging).The text was updated successfully, but these errors were encountered: