- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/checks.py
r912 r917 1415 1415 class PayloadChecker(SimpleFaultChecker): 1416 1416 """Check if the payload matches the specification.""" 1417 TOLERANCE=5 501417 TOLERANCE=50 1418 1418 1419 1419 @staticmethod
Note:
See TracChangeset
for help on using the changeset viewer.