Skip to content

Amiris loader not working properly with new Amiris folder structure #689

@gugrimm

Description

@gugrimm

A student stumbled in this when running Notebook 07_interoperability_example.ipynb
The structure of the examples on AMIRIS side changed so we need to adapt the base_path from
f"input/amiris-examples/{scenario}/" to f"input/amiris-examples/demo/{scenario}"

Furthermore, there is a KeyError: 'Type' coming from

agents_sorted = sorted(
amiris_scenario["Agents"], key=lambda agent: keyorder.index(agent["Type"])
 )

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions