File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 297297 "outputAppFields": [],
298298 "inputApplicationName": "GenericScatterApp",
299299 "inputApplicationType": "DALiuGEApp",
300- "inputApplicationId": "1703c2ac-9540-4300-a55a-35512f290d70 ",
300+ "inputApplicationId": "f8a3e4c2-7f2b-405f-8791-94af06d7aca2 ",
301301 "inputApplicationDescription": "",
302302 "inputApplicationComment": "",
303303 "outputApplicationName": "",
21742174 "description": "In-memory storage of intermediate data products",
21752175 "comment": "",
21762176 "x": 1653.6284798815782,
2177- "y": -625.4572273813305 ,
2177+ "y": -627.4360705208536 ,
21782178 "repositoryUrl": "https://github.com/ICRAR/daliuge",
21792179 "commitHash": "117d50e",
21802180 "paletteDownloadUrl": "https://raw.githubusercontent.com/ICRAR/EAGLE-graph-repo/master/daliuge/daliuge-master.palette",
31893189 },
31903190 {
31913191 "name": "func_code",
3192- "value": "def conditionB(x): \n return (len(x) > 0)",
3192+ "value": "def conditionB(x): \n if x == None:\n return False\n return (len(x) > 0)",
31933193 "defaultValue": "def condition(x): return (x > 0)",
31943194 "description": "Python function code for the branch condition. Modify as required. Note that func_name above needs to match the defined name here.",
31953195 "readonly": false,
You can’t perform that action at this time.
0 commit comments