You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to parse and compile this file which first fails with the error described in #12 . After changing the null values to dates for testing purposes, I can parse without a problem.
Compiling the parsed metadata back to v1.4 works. Compiling to 1.3 yields this error:
print(dialect1_3.compile(parsed))
File ".../omi/env/lib/python3.7/site-packages/omi-0.0.2-py3.7.egg/omi/dialects/base/dialect.py", line 13, in compile
c = self._compiler()
TypeError: 'NoneType' object is not callable
The text was updated successfully, but these errors were encountered:
christian-rli
changed the title
Compiling backwards from 1.4 to 1.3 fails
Add Error Message that compiling backwards to 1.3 is not possible
Oct 5, 2021
I tried to parse and compile this file which first fails with the error described in #12 . After changing the null values to dates for testing purposes, I can parse without a problem.
Compiling the parsed metadata back to v1.4 works. Compiling to 1.3 yields this error:
The text was updated successfully, but these errors were encountered: