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
Since the PR #15, the image and annotation elements won't be merged yet.
See for initial discussion/info the PR #15
The code which skips those elements is in merge() function of the runner.py, as: if tag not in ['annotation', 'image']:
This still needs to be implemented (with tests) and reviewed.
Ideally to develop in conjunction with the refactoring of the merge, reported in issue #12
The text was updated successfully, but these errors were encountered:
Since the PR #15, the image and annotation elements won't be merged yet.
See for initial discussion/info the PR #15
The code which skips those elements is in
merge()
function of therunner.py
, as:if tag not in ['annotation', 'image']:
This still needs to be implemented (with tests) and reviewed.
Ideally to develop in conjunction with the refactoring of the merge, reported in issue #12
The text was updated successfully, but these errors were encountered: