Changeset 896:0b4cfaafdd24


Ignore:
Timestamp:
03/16/18 08:52:44 (6 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The ZFW tolerance is reduced to 50kgs (re #332)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r666 r896  
    14131413class PayloadChecker(SimpleFaultChecker):
    14141414    """Check if the payload matches the specification."""
    1415     TOLERANCE=550
     1415    TOLERANCE=50
    14161416
    14171417    @staticmethod
Note: See TracChangeset for help on using the changeset viewer.