Skip to content

Commit

Permalink
Merge pull request #81 from ICRAR/yan-812-2
Browse files Browse the repository at this point in the history
Yan 812 2
  • Loading branch information
awicenec committed Dec 9, 2021
2 parents 5a4a83d + ab8739e commit b28ef2d
Show file tree
Hide file tree
Showing 9 changed files with 5,550 additions and 3,506 deletions.
294 changes: 214 additions & 80 deletions OpenAPI/tests/test.graph

Large diffs are not rendered by default.

432 changes: 0 additions & 432 deletions daliuge-translator/dlg/dropmake/Gather_ref.graph

This file was deleted.

204 changes: 0 additions & 204 deletions daliuge-translator/dlg/dropmake/Gather_ref_pgt.graph

This file was deleted.

2 changes: 1 addition & 1 deletion daliuge-translator/dlg/dropmake/dm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def convert_construct(lgo):
# try to find a application using several app_keywords
# disregard app_keywords that are not present, or have value "None"
for ak in app_keywords:
if ak in node and node[ak] != "None":
if ak in node and node[ak] != "None" and node[ak] != "UnknownApplication":
has_app = ak
break
if has_app is None:
Expand Down
Loading

0 comments on commit b28ef2d

Please sign in to comment.