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
This may unnecessary confuse, when building models, because in the model the slash is at the end, and in the rest of processing there is no ending slash, an such errors may occur:
Assertion error, actual value of the decision does not match the expected value:
expected: 3
actual: null(invocable 'Add' not found in namespace 'https://www.decision-toolkit.org/input-data/')
During namespace parsing for element in the model, the namespace is trimmed this way, that the closing slash is removed, see the code below:
dsntk-rs/common/src/uri.rs
Line 15 in 9414b9c
This may unnecessary confuse, when building models, because in the model the slash is at the end, and in the rest of processing there is no ending slash, an such errors may occur:
In the model it looks like this (line 3):
and in test like this:
Namespaces are equal, but the error occurs!
shows:
So the namespace was trimmed from the closing slash!
The text was updated successfully, but these errors were encountered: