maroba / findiff

Python package for numerical derivatives and partial differential equations in any number of dimensions.
MIT License
420 stars 60 forks source link

Add tests for validating orders of accuracy #1

Closed maroba closed 6 years ago

maroba commented 6 years ago

So far (v0.2.0) the tests only validate that the differentiation yields correct results for various accuracy orders. However, the scaling behavior, i.e. that the error gets smaller with the corresponding power of the grid spacing, still needs formal tests.

maroba commented 6 years ago

Tests written in test/test_scaling.py