In the finite difference code lives a function that takes a first order FD and then uses scipy's trapezoidal integration immediately after. These two operations seem to cancel each other, although there will be some numerical difference due to the trapezoids. We should find out what this is actually accomplishing and properly document it, or if we determine it's not helpful remove it. @florisvb and I spoke about it briefly in review of #77, but he couldn't recall what it was for.
In the finite difference code lives a function that takes a first order FD and then uses scipy's trapezoidal integration immediately after. These two operations seem to cancel each other, although there will be some numerical difference due to the trapezoids. We should find out what this is actually accomplishing and properly document it, or if we determine it's not helpful remove it. @florisvb and I spoke about it briefly in review of #77, but he couldn't recall what it was for.