Skip to content

Commit

Permalink
take out boiler
Browse files Browse the repository at this point in the history
  • Loading branch information
dangunter committed Mar 22, 2024
1 parent 70ae575 commit e01d8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idaes_ui/fv/tests/test_flowsheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def _canonicalize(d: dict) -> dict:
[
("demo", _get_demo_flowsheet, "demo_flowsheet.json"),
("demo", _get_flash_flowsheet, "flash_flowsheet.json"),
("boiler", _get_boiler_flowsheet, "serialized_boiler_flowsheet.json"),
# ("boiler", _get_boiler_flowsheet, "serialized_boiler_flowsheet.json"),
],
ids=lambda obj: getattr(obj, "__qualname__", str(obj)),
)
Expand Down

0 comments on commit e01d8b7

Please sign in to comment.