Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Notebook update to use N matrix and alt Elementary Flows key #38

Merged
merged 2 commits into from
Feb 10, 2023

Conversation

cantide5ga
Copy link
Contributor

No description provided.

@@ -310,7 +310,7 @@
"model_flows = r.get(base_url+model_name+'/flows',headers=api_headers)\n",
"model_flows_json = model_flows.json()\n",
"first_flow_id = model_flows_json[0]['id']\n",
"first_flow_name = model_flows_json[0]['name']\n",
"first_flow_name = model_flows_json[0]['flowable']\n",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"name" key doesn't exist. "flowable" seems to be a good alternative and works with both USEEIOv2.0.1-411 and USEEIOv1.2 models.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes that's the correct field

@WesIngwersen WesIngwersen merged commit 6f31476 into USEPA:master Feb 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants