-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previous third derivative result was padded with 6 zeros on each side. This improvement extends the range of the kinematic, y-space and resolution arrays by 6 indices on each side, so that when the third derivative is taken, the size of the resulting array is 12 indices less than the input (6 on each side). So in essence this just means that I am extending the range before taking the derivative so that after the derivative the size matches the size before the extension. This makes sure the derivative is continuous and does not including zero padding, which contributes to a smoother ncp profile. Added and updated unit tests. Updated benchmark for system tests.
- Loading branch information
1 parent
e7e20e9
commit b055d55
Showing
10 changed files
with
114 additions
and
77 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
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
Binary file not shown.
Binary file not shown.
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
Binary file added
BIN
+1.15 MB
tests/data/analysis/inputs/analysis_test/output_files/spec_144-182_iter_1_GC_MS.npz
Binary file not shown.
Binary file removed
BIN
-2.31 MB
tests/data/analysis/inputs/analysis_test/output_files/spec_144-182_iter_3_GC_MS.npz
Binary file not shown.
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
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
Oops, something went wrong.