Skip to content

Commit

Permalink
Unit of Function mapping to granta
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislavsulc committed Dec 18, 2023
1 parent 4e8db2a commit 1f466f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mupifDB/workflowmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ def _getGrantaOutput(app, eid, name, obj_id, data_id, time, object_type):
"name": str(name),
"value": {"x": obj.x, "y": obj.y},
"type": "series",
"unit": str(obj.y_unit)
"unit": str(obj.unit)
}

return None
Expand Down

0 comments on commit 1f466f0

Please sign in to comment.