malleefowl is installed as a conda package which is used by other "birds" like flyingpigeon.
When you work on malleefowl processes and have other "birds" installed you might see an unexpected behavior. When a malleefowl process is called asynchronously then the process will choose the malleefowl module from the conda package ... not the malleefowl code you just edited.
malleefowl is installed as a conda package which is used by other "birds" like flyingpigeon.
When you work on malleefowl processes and have other "birds" installed you might see an unexpected behavior. When a malleefowl process is called asynchronously then the process will choose the malleefowl module from the conda package ... not the malleefowl code you just edited.
Workaround: remove the conda package
Needs a more convenient solution ;)