Open laserlab opened 4 days ago
Each algorithm has to be implemented in three ways.
wrapper for numpy (only trapezoids) and scipy (only simpson) implementation (due Wednesday) pure python implementation (due Friday) c/c++ implementation using ctypes in python (due Monday)
I work on this one
I'll work on this with you @abruns123
How would you want to divvy up the tasks?
@kylemasc917
Pull Request for wrapper is in. Ready for you to write the unit tests
Each algorithm has to be implemented in three ways.
wrapper for numpy (only trapezoids) and scipy (only simpson) implementation (due Wednesday) pure python implementation (due Friday) c/c++ implementation using ctypes in python (due Monday)