Closed khanna7 closed 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!
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
Thanks @dsheeler! Fixed in https://github.com/khanna-lab/cadre/commit/10b503ac85eafc5d4c900fe0101ff1bee07aa87e.
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!