Skip to content

Spherical harmonic class

Kristian Lytje requested to merge spherical_harmonic_class into release

This merge completes the review of the SphericalHarmonic class,

  • Doc strings
  • License text
  • Unit tests

Please look at how I handle the unit tests. Instead of spamming the terminal with errors on failure, I output only a few errors depending on the text, and manually append some debug information. This is necessary since I evaluate each spherical harmonic at many different points.

Merge request reports