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
Shuffle the triples in bodies and heads in some way. Ideally, we should try all permutations of the kb and query, which means all permutations of all rules, their heads, and bodies. This would take very long on more complex test cases. Might want to determine the number of possible permutations, and then complete them in random order...
Add it to tau2.py. Move the list triple-shuffling code from pyco to tau2, to happen before the shuffling, so we can get full coverage.
add a --noshuffle testcase command (like --limit, shouldbe etc) to disallow the shuffling, in tests with builtins. Alternatively, detect builtin use automatically...
The text was updated successfully, but these errors were encountered:
Shuffle the triples in bodies and heads in some way. Ideally, we should try all permutations of the kb and query, which means all permutations of all rules, their heads, and bodies. This would take very long on more complex test cases. Might want to determine the number of possible permutations, and then complete them in random order...
Add it to tau2.py. Move the list triple-shuffling code from pyco to tau2, to happen before the shuffling, so we can get full coverage.
add a --noshuffle testcase command (like --limit, shouldbe etc) to disallow the shuffling, in tests with builtins. Alternatively, detect builtin use automatically...
The text was updated successfully, but these errors were encountered: