Open M40V opened 5 years ago
Comment by dhrbn Tuesday Nov 20, 2018 at 08:20 GMT
The bug came from the "nodes" variables used in nodes_with_existing_outputs and nodes_with_missing_inputs. They used to be dict_items object and then a .pop() method was used on them, which cannot work with this kind of object. In https://github.com/populse/populse_mia/commit/cbfd4863ebee34549910daae7b65e922be025e44, I've just casted these dict_items to list objects and it seems to work.
Issue by servoz Thursday Nov 15, 2018 at 18:45 GMT _Originally opened as https://github.com/populse/populse_mia/issues/36_
Minimal steps to reproduce: