flamapy / flamapy_fw

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

Error in use_operation_from_file #93

Closed jagalindo closed 2 years ago

jagalindo commented 2 years ago

Currently, when we use the function use_operation_from_file, it is calling two times the execute method of the operation. This makes the results of all operations that have to cope with products wrong and induces lots of extra CPU compsumption.

The solution should be something related to the get_operation to not call the execution.

jagalindo commented 2 years ago

I've just commited a possible solution in the release candidate branch