Closed CandleHouse closed 1 year ago
For quite a few applications of crip.mangoct, the output could be shielded by using: subprocess.run(cmd, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL) in https://github.com/SEU-CT-Recon/crip/blob/master/crip/mangoct.py#L249
subprocess.run(cmd, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
smjbdx
speakchinese
加个开关屏蔽输出,求求了
pip install crip==1.6.3
https://github.com/SEU-CT-Recon/crip/commit/30931bad6d16749c8891a5e76360a0687d38a5a7#diff-b2c45e0c8c08f85cb9591f605d0df3cda652043f4632ea3a949c3c9b76368cdcL234
For quite a few applications of crip.mangoct, the output could be shielded by using:
subprocess.run(cmd, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
in https://github.com/SEU-CT-Recon/crip/blob/master/crip/mangoct.py#L249