Changeset 896:0b4cfaafdd24
- Timestamp:
- 03/16/18 08:52:44 (7 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/checks.py
r666 r896 1413 1413 class PayloadChecker(SimpleFaultChecker): 1414 1414 """Check if the payload matches the specification.""" 1415 TOLERANCE=5 501415 TOLERANCE=50 1416 1416 1417 1417 @staticmethod
Note:
See TracChangeset
for help on using the changeset viewer.