mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 17:10:22 +03:00
Fix good get year test + reset [skip ci]
This commit is contained in:
parent
400a777891
commit
c7fd00702a
@ -10,5 +10,5 @@ scope A:
|
|||||||
definition y under condition get_year of x < 2010 consequence equals true
|
definition y under condition get_year of x < 2010 consequence equals true
|
||||||
definition y under condition get_year of x >= 2010 and get_year of x < 2015 consequence equals false
|
definition y under condition get_year of x >= 2010 and get_year of x < 2015 consequence equals false
|
||||||
definition y under condition get_year of x >= 2015 and get_year of x < 2020 consequence equals true
|
definition y under condition get_year of x >= 2015 and get_year of x < 2020 consequence equals true
|
||||||
definition y under condition get_year of x > 2020 consequence equals false
|
definition y under condition get_year of x >= 2020 consequence equals false
|
||||||
```
|
```
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
[ERROR] The translation to Z3 failed:
|
[RESULT] [A.y] This variable never returns an empty error
|
||||||
TODO
|
[RESULT] [A.y] No two exceptions to ever overlap for this variable
|
||||||
[ERROR] The translation to Z3 failed:
|
|
||||||
TODO
|
|
||||||
[RESULT] [A.x] This variable never returns an empty error
|
[RESULT] [A.x] This variable never returns an empty error
|
||||||
[RESULT] [A.x] No two exceptions to ever overlap for this variable
|
[RESULT] [A.x] No two exceptions to ever overlap for this variable
|
||||||
|
Loading…
Reference in New Issue
Block a user