Open laserlab opened 1 week ago
I will work on this. Can anyone help me on c/c++ implementation using ctypes in python (due Monday)?
I can do the pure python implementation at least
@laserlab I have created functions and unit tests to calculate the integral using simpson as a task1. and done scipy (only simpson) implementation as task2. I want to ask is it ok for my homework or do i need to do one more task?
@laserlab I have created functions and unit tests to calculate the integral using simpson as a task1. and done scipy (only simpson) implementation as task2. I want to ask is it ok for my homework or do i need to do one more task?
Unit tests have to be for all implementations
@laserlab i did not get this. Can you please explain a little bit more? Thankyou.
And i think have done unit test for two.
And i think have done unit test for two.
Unit tests are needed for all implementations:
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)