We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82af61a commit e8dd658Copy full SHA for e8dd658
src/Stateful.jl
@@ -104,7 +104,7 @@ function get_responses(config::StatefulCatConfig)
104
end
105
106
function get_ability(config::StatefulCatConfig)
107
- return config.rules.ability_estimator(config.tracked_responses)
+ return (config.rules.ability_estimator(config.tracked_responses), nothing)
108
109
110
## TODO: Implementation for MaterializedDecisionTree
0 commit comments