darkreactions / ESCALATE_report

Transform experimental data into ML ready datasets!
http://escalation.sd2e.org/
MIT License
2 stars 1 forks source link

Extend report to handle user specified actions #44

Closed miketynes closed 4 years ago

miketynes commented 5 years ago

Any custom actions specified in the Capture Experiment Specification interface will not get captured by report since actions are hard-coded here:

https://github.com/darkreactions/ESCALATE_report/blob/62faa185ca88b6e34af88d188a83b1ef18145d1c/expworkup/handlers/parser.py#L23-L28

Fixing this will likely require downloading the Experiment Specification Interface in report to get the custom action specification.