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
Tests for predict.py should check that the instrumented() class decorator works properly with each of the built-in predictor classes. This should involve a simple linking task, followed by cursory inspection of the output of dump().
Since the diagnostic output depends on the predictor class it was used on, checking the numerical correctness of that information would be difficult.
The text was updated successfully, but these errors were encountered:
Tests for
predict.py
should check that theinstrumented()
class decorator works properly with each of the built-in predictor classes. This should involve a simple linking task, followed by cursory inspection of the output ofdump()
.Since the diagnostic output depends on the predictor class it was used on, checking the numerical correctness of that information would be difficult.
The text was updated successfully, but these errors were encountered: