We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently if the user passes wastewater data and specifies include_ww = 0, they get this warning:
include_ww = 0
No wastewater data was passed to the model. The model will default to fitting only to the count data
Instead, we should have different messaging for each case e.g.
include_ww =1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently if the user passes wastewater data and specifies
include_ww = 0
, they get this warning:Instead, we should have different messaging for each case e.g.
include_ww =1
-> warninginclude_ww = 0
-> messageinclude_ww = 0
-> nothing, both are consistentThe text was updated successfully, but these errors were encountered: