-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use photospline from icecube git repo. Update photospline and cereal
- Loading branch information
1 parent
44b99d7
commit 591f272
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule photospline
updated
15 files
+21 −6 | .github/workflows/ci.yml | |
+25 −1 | CMakeLists.txt | |
+7 −1 | include/photospline/detail/bspline_eval.h | |
+3 −0 | include/photospline/detail/convolve.h | |
+5 −2 | include/photospline/detail/fit.h | |
+6 −0 | include/photospline/detail/fitsio.h | |
+4 −1 | include/photospline/detail/permute.h | |
+45 −4 | include/photospline/splinetable.h | |
+480 −19 | src/python/photosplinemodule.cpp | |
+37 −0 | test/test_eval.py | |
+2 −2 | test/test_fit.py | |
+31 −0 | test/test_nnls.py | |
+26 −0 | test/test_pickle.py | |
+45 −0 | test/test_stack.py | |
+93 −0 | typings/photospline-stubs/__init__.pyi |