Homec4science

This commit fixes an error in the Python interface of the model.

Authored by Philip Mueller <philip.paul.mueller@bluemain.ch> on Feb 5 2021, 09:04.

Description

This commit fixes an error in the Python interface of the model.

Commit 7a4e9ed7d introduced two new overloads of the Model::dump() function.
However the interface only assumed one, thus the compiling resulted in an error.
This commit extend the interface by adding the two other interfaces and distinguish between them by the use of ps::overload_cast.

Event Timeline

Philip Mueller <philip.paul.mueller@bluemain.ch> committed rAKA3b3f8dd7ea14: This commit fixes an error in the Python interface of the model. (authored by Philip Mueller <philip.paul.mueller@bluemain.ch>).Feb 5 2021, 09:04