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
requires a variance parameter. However, this is not stored in the resulting EvaluationResult. To plot this negative binomial consistency test, the variance parameter is required again, which impedes the EvaluationResult to be a standalone object without the function arguments that created it. I propose to change
This would imply to remove the variance argument from the plot_consistency_test signature and retrieve it from the EvaluationResult argument the plot function has.
The text was updated successfully, but these errors were encountered:
The evaluation function
pycsep/csep/core/binomial_evaluations.py
Line 33 in 5f84ea9
EvaluationResult
. To plot this negative binomial consistency test, thevariance
parameter is required again, which impedes the EvaluationResult to be a standalone object without the function arguments that created it. I propose to changepycsep/csep/core/binomial_evaluations.py
Line 68 in 5f84ea9
This would imply to remove the
variance
argument from theplot_consistency_test
signature and retrieve it from theEvaluationResult
argument the plot function has.The text was updated successfully, but these errors were encountered: