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
When a dynamic character is input that uses the L1 norm (additive) metric, runtime exceptions are thrown regarding the specialized handling of this metric. I assume that the error exists in the Ranged instance definition of the DynamicCharacterElement. We need to correct the instance definition (or the calling code) so that this is handled appropriately.
The text was updated successfully, but these errors were encountered:
The example in the integration test fails as the read grammar is not specific enough to be able to specify reading the file as a particular alphabet, e.g. protein, instead of as a custom alphabet. The same problem appears in the Sankoff example here #80.
When a dynamic character is input that uses the L1 norm (additive) metric, runtime exceptions are thrown regarding the specialized handling of this metric. I assume that the error exists in the
Ranged
instance definition of theDynamicCharacterElement
. We need to correct the instance definition (or the calling code) so that this is handled appropriately.The text was updated successfully, but these errors were encountered: