khanna-lab / cadre

Other
0 stars 0 forks source link

printing in ghactions unit tests #65

Closed khanna7 closed 2 years ago

khanna7 commented 2 years ago

https://github.com/khanna-lab/cadre/blob/f0f1aa88cf1557a4178d5009ec2abdbd93f6975f/python/mytests/test_person.py#L23

For some reason, the printing in ghactions is back. I don't see any explicit print statements in the test file, and all the verbose arguments are set to false. Any ideas would be appreciated!

dsheeler commented 2 years ago

The model.run() calls need the verbose=False argument as well.

https://github.com/khanna-lab/cadre/blob/f0f1aa88cf1557a4178d5009ec2abdbd93f6975f/python/mytests/test_person.py#L24

khanna7 commented 2 years ago

Thanks @dsheeler! Fixed in https://github.com/khanna-lab/cadre/commit/10b503ac85eafc5d4c900fe0101ff1bee07aa87e.