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
# Needed to ensure that `problem_type` doesn't get passed in kwargs
366
+
if problem_type ===nothing
367
+
problem_type = prob_type
368
+
else
369
+
@assert prob_type===problem_type "This indicates incorrect problem type specification! Users should never pass in `problem_type` kwarg, this exists exclusively for internal use."
0 commit comments