m3r3lin

Results 3 issues of m3r3lin

I install all package and run examples but Elmo not work ![image](https://user-images.githubusercontent.com/16932646/147886282-182490b7-1bee-4644-a5bf-a5eb81256055.png) or ![image](https://user-images.githubusercontent.com/16932646/147886289-dd7c07c2-2433-4965-a00d-0b6b0a1cff5a.png) please help me!

question

upgrade to last version mutpy Successfully installed Jinja2-2.10 MarkupSafe-1.0 PyYAML-3.13 mutpy-0.5.1 when use this command: mut.py --target calculator --unit-test test_calculator -m get this error: (venv) D:\python project\lasttest>mut.py --target calculator --unit-test...

please check this line : https://github.com/ramwin/viewflow-rest/blob/74a1f86f530329fc452dae356a95746e096197dc/viewflow_rest/activations.py#LL263C13-L263C22 It should change as follows: ``` task = get_or_create_task( flow_class.task_class, process=prev_activation.process, flow_task=flow_task.name, previous=prev_activation.task ) ``` or this lines: https://github.com/ramwin/viewflow-rest/blob/74a1f86f530329fc452dae356a95746e096197dc/viewflow_rest/activations.py#LL379C1-L383C18 maybe change as follows: ```...