flamapy / flamapy_fw

This repository hosts the main components of flamapy
4 stars 5 forks source link

Miss behaviour loading Metrics operation #122

Closed jmhorcas closed 3 months ago

jmhorcas commented 3 months ago

Describe the bug The Metric operation is not able to find subclasses of a plugin if the plugin has not been imported from anyway in the application. The same occurs with the transformations: The Metric operation is not able to find a transformation if there is not any import of such transformation in the code of your application. For instance, Metric operation won't find PySAT to FM if in your code you never import the PySAT2FM transformation in any part.

jagalindo commented 3 months ago

I'm joining the two issues related to the metrics op