Content-Length: 277772 | pFad | http://github.com/optimizely/python-sdk/pull/445/commits/44f51318b84725cfc7e73983fe7a0f2ea32dbf64

A7 [FSSDK-11212] Update code to retry web API calls for fetching datafile and pushing events by pvcraven · Pull Request #445 · optimizely/python-sdk · GitHub
Skip to content

[FSSDK-11212] Update code to retry web API calls for fetching datafile and pushing events #445

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

Merged
merged 14 commits into from
Feb 26, 2025
Prev Previous commit
Next Next commit
Update for tests
  • Loading branch information
Paul V Craven committed Feb 24, 2025
commit 44f51318b84725cfc7e73983fe7a0f2ea32dbf64
6 changes: 3 additions & 3 deletions optimizely/helpers/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ def is_finite_number(value: Any) -> bool:
if math.isnan(value) or math.isinf(value):
return False

if isinstance(value, int):
if abs(value) > (2 ** 53):
return False
if isinstance(value, (int, float)):
if abs(value) > (2 ** 53):
return False

return True

Expand Down
Loading








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/optimizely/python-sdk/pull/445/commits/44f51318b84725cfc7e73983fe7a0f2ea32dbf64

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy