Skip to content

Commit

Permalink
fix test-coop by updating hardcoded job cost
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0dss committed Jan 3, 2025
1 parent f3f11f8 commit 607f5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/coop/test_coop_remote_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_coop_remote_inference_cost():
coop = Coop(api_key="b")
job = Jobs.example()
cost = coop.remote_inference_cost(job)
assert cost == {"credits": 0.77, "usd": 0.0076950000000000005}
assert cost == {"credits": 0.77, "usd": 0.007670000000000001}
survey = Survey(
questions=[
QuestionMultipleChoice.example(),
Expand Down

0 comments on commit 607f5df

Please sign in to comment.