Main
View or edit on GitHub
This page is synchronized from trase/models/candyland/candy/main.ipynb. Last modified on 2025-12-13 00:30 CET by Trase Admin.
Please view or edit the original file there; changes should be reflected here after a midnight build (CET time),
or manually triggering it with a GitHub action (link).
%configure_logging
from trase.tools.sei_pcs.supply_chain import SupplyChain as SupplyChain
sc = SupplyChain("candyland/candy", 2017)
sc.preparation()
sc.load()
sc.run()
sc.flow_report_by_attribute("vol", ["status", "branch"])
sc.export_results()
# sc.upload_results()
# print("Hello")
sc.get("flows").columns