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
@gus-morales The syntax for configuration has changed (the version increase indicates a breaking change). Are you using the new syntax? The validation errors should actually be a feature, not a bug.
The docs provide examples and descriptions of how to configure popmon. The full range of options can be found in the config.py.
Specifically for show_stats the code would look somewhat like this:
With version 1.0.0, when using custom settings in
df.pm_stability_report()
likeshow_stats
, I get an error stating such option is not allowed:ValidationError: 2 validation errors for Settings
I couldn't reproduce it when using
popmon==0.9.0
.The text was updated successfully, but these errors were encountered: