raysect / source

The main source repository for the Raysect project.
http://www.raysect.org
BSD 3-Clause "New" or "Revised" License
86 stars 23 forks source link

Interpolation for Function1D (float) #390

Closed mkgessen closed 3 years ago

mkgessen commented 3 years ago

Interpolation for Function1D (float)

CnlPepper commented 3 years ago

FYI I have not yet run the tests. The review was simply a code inspection so far. I want to think about the testing structure a bit as I think some aspect can be simpler, some aspects more refined.

mkgessen commented 3 years ago

I believe all the reviewed points have been addressed now. In addition, this PR now includes 1D samplers + a very small unit test for them.