darkreactions / ESCALATE_report

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

Support custom actions #45

Closed miketynes closed 5 years ago

miketynes commented 5 years ago

Achieved by dynamically retrieving action names for MIT:

https://github.com/darkreactions/ESCALATE_report/blob/92bc1f606b80919789c0aca85c3529bcdb1d4059/expworkup/handlers/parser.py#L29-L30

Enhancement not implemented for HC/LBL since custom actions currently not supported for these groups. If we desire to make this change down the road, see:

https://github.com/darkreactions/ESCALATE_report/blob/92bc1f606b80919789c0aca85c3529bcdb1d4059/expworkup/handlers/parser.py#L21-L22

miketynes commented 5 years ago

closes #44