DCC-Lab / PyTissueOptics

A very simple, fairly slow but very easy to understand and very easy to use Monte Carlo code for Tissue optics simulations.
MIT License
26 stars 5 forks source link

Unittests warnings removal #119

Open dccote opened 1 month ago

dccote commented 1 month ago

There were three warnings during unit tests that were fixed, and useless prints were removed. Two warnings were not possible to remove:

  1. Cylinder smoothing with less than 16 sides (unable to catch stderr for some reason)
  2. secure coding warning, macOS-specific (this will go away on macOS sequoia).