Since the addition of the imgCIF import statement some of our automated tests no longer pass. What is worse, some of the more formal tests (formal validation against the ddlm reference dictionary) are not run at all.
There are several ways we could try to resolve this:
-
Properly clean up the DDLm version of the imgCIF dictionary.
-
Skip the cod-tools based test altogether for now.
-
Update the checker with ad-hoc rules to ignore issues relating to the missing imgCIF dictionary import and the resulting side-effects (e.g. unrecognised categories).
-
will probably take the most time, 2) somewhat defeats the purpose while 3) would require some minor hacking on my part, but seems manageable.
Since the addition of the
imgCIFimport statement some of our automated tests no longer pass. What is worse, some of the more formal tests (formal validation against the ddlm reference dictionary) are not run at all.There are several ways we could try to resolve this:
Properly clean up the DDLm version of the
imgCIFdictionary.Skip the cod-tools based test altogether for now.
Update the checker with ad-hoc rules to ignore issues relating to the missing
imgCIFdictionary import and the resulting side-effects (e.g. unrecognised categories).will probably take the most time, 2) somewhat defeats the purpose while 3) would require some minor hacking on my part, but seems manageable.