Skip to content

Remove piecewise and where

This removes some overflow warnings from numpy that can occur in the where statements. Also, it allows for the code to be compiled to C by the numba package, making it approximately as fast as the original Fortran code.

Merge request reports