Envinorma / envinorma-data

Python library for manipulating enriched versions of regulation texts
MIT License
4 stars 0 forks source link

💰 [Enrichissement, Bug] Paramétrisation corrompue à trouver et corriger #57

Closed remidbs closed 3 years ago

remidbs commented 3 years ago

Lors de la génération des seeds

/Users/remidelbouys/EnviNorma/envinorma/src/envinorma/parametrization/init.py:311: UserWarning: Parametrization error, will raise an exception in the future : Date ranges overlap, they can be satisfied simultaneously, which can lead to ambiguities: [Littler(parameter=Parameter(id='date-d-autorisation', type=ParameterType("DATE")), target=datetime.datetime(2010, 5, 13, 2, 0), strict=True, type=<ConditionType.LITTLER: 'LITTLER'>), Littler(parameter=Parameter(id='date-d-autorisation', type=ParameterType("DATE")), target=datetime.datetime(2010, 5, 13, 2, 0), strict=True, type=<ConditionType.LITTLER: 'LITTLER'>)] warnings.warn(f'Parametrization error, will raise an exception in the future : {str(exc)}') /Users/remidelbouys/EnviNorma/envinorma/src/envinorma/parametrization/init.py:311: UserWarning: Parametrization error, will raise an exception in the future : Date ranges overlap, they can be satisfied simultaneously, which can lead to ambiguities: [Greater(parameter=Parameter(id='date-d-autorisation', type=ParameterType("DATE")), target=datetime.datetime(2018, 8, 15, 2, 0), strict=False, type=<ConditionType.GREATER: 'GREATER'>), Greater(parameter=Parameter(id='date-d-autorisation', type=ParameterType("DATE")), target=datetime.datetime(2018, 8, 15, 2, 0), strict=False, type=<ConditionType.GREATER: 'GREATER'>)] warnings.warn(f'Parametrization error, will raise an exception in the future : {str(exc)}')