bart-nouveau

Results 2 comments of bart-nouveau

Some more details about this issue. There are two problems: differences with respect to the results obtained with python and discrepancies between different inputs in jinja. ## source code In...

There is still one bug pointed out in #1720 that would not be fixed by this pull request: expression: `'(-1) ** x'` jinja_output: `'-1'` python_output: `1` ## minimal reproducible example...