Skip to content
Snippets Groups Projects

ENH: Allow `Splinterpolator` instances to be created from an existing set of spline coefficients, and extend extrapolation options

Merged Paul McCarthy requested to merge enh/splinterpolator into master
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -11,4 +11,4 @@ def sprun(cmd):
if __name__ == '__main__':
sprun('make clean')
sprun('make')
sprun('./test-miscmaths -r=detailed')
sprun('./test-miscmaths --report_level=detailed')
Loading