-
Notifications
You must be signed in to change notification settings - Fork 7
PredictorEvaluation should support wait_while_executing. #1002
New issue
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
Conversation
kroenlein
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version bump and testing question. Nothing really blocking.
src/citrine/__version__.py
Outdated
| @@ -1 +1 @@ | |||
| __version__ = "3.25.0" | |||
| __version__ = "3.25.1" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| __version__ = "3.25.1" | |
| __version__ = "3.25.2" |
| method='GET', | ||
| path=f'/projects/{pec.project_id}/predictor-evaluations/{in_progress_response["id"]}' | ||
| ) | ||
| assert (len(responses) * [expected_call]) == session.calls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the call counts sufficient to validate? Or should there be validation of some de-serialization behavior?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The successful deserialization of .get is confirmed elsewhere. This is primarily to ensure predictor evaluations are properly handled by wait_while_executing
3f8eeaa to
f2484f8
Compare
f2484f8 to
ec2524c
Compare
kroenlein
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Citrine Python PR
Add support for polling via
wait_while_executingtoPredictorEvaluators.PR Type:
Adherence to team decisions