display option now blocks all prints in optimization module#71
display option now blocks all prints in optimization module#71lenarddome merged 1 commit intoDevComPsy:mainfrom
Conversation
|
Thanks for the PR, it is a neat addition! Can you also write some corresponding test units to cover this? It’ll make sure we don’t break it in future updates. 😊 |
|
hmmmm a unit test for the output on the screen? let me know |
|
If you feel that it is a bit too much, that is completely fine. I will rerun some simulation code to see how it works and take it from there. The reason I was asking is that as we go along, and implement different optimisation procedures, we will want to see different degrees of output on the screen depending on our goals. We also have plans to enable the output of different details for debugging purposes. Creating a test unit for this now can facilitate the continuation of the current edit. |
|
absolutely right, for now its only boolean. if you will need help with something more sophisticate let me know:) |
Hi
i started working with your repo, and the print "Starting optimization ..." really fill my screen so i forked you repo and apply the display argument to manage this print as well
Tzuk