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 get the following error when reasoning with any rule with EDB predicate name r-:
[0xf66f28325ab80c29 2022-08-27 21:14:20] ERROR While importing data for predicate "r-1": could not open file /D:\rulewerk\rulewerk-vlog\src\test\data\input/constantD.nt nor /D:\rulewerk\rulewerk-vlog\src\test\data\input/constantD.csv nor gzipped versions
The path VLog should look for instead would be D:\rulewerk\rulewerk-vlog\src\test\data\input\constantD.nt
If this fix requires a lot of changes anyway, it would perhaps be more maintainable if the EDB configuration would have a single parameter containing the path to the file, instead of the parent directory and the file name (without extension) as separate parameters.
The text was updated successfully, but these errors were encountered:
For an EDB.config file on a Windows machine
I get the following error when reasoning with any rule with EDB predicate name
r-
:The path VLog should look for instead would be
D:\rulewerk\rulewerk-vlog\src\test\data\input\constantD.nt
In noticed this problem because Rulewerk unit tests are failing on Windows due to this bug (ex:
VLogReasonerStateTest#testResetKeepExplicitDatabase()
)If this fix requires a lot of changes anyway, it would perhaps be more maintainable if the EDB configuration would have a single parameter containing the path to the file, instead of the parent directory and the file name (without extension) as separate parameters.
The text was updated successfully, but these errors were encountered: