-
Notifications
You must be signed in to change notification settings - Fork 13
Bug fixes in calc_signal and get_sample #249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
9813371
[debugging] added prints for Issue247
lasofivec 28c5c1f
[debugging] k coeffs from get sample ok, not pts reconstruction
lasofivec 8fcd989
[debugging] found bug in los get_sample
lasofivec d290787
[debugging] found bug in los integration
lasofivec 4654415
[debugging] cleaning code
lasofivec 9b7c9ef
[debugging] took out c code for maintainability
lasofivec fcb5b33
[Issue247] cleaning, reverting some changes
lasofivec 0f27f15
[Issue247] found bug in hybird and memory minimization methods
lasofivec 03b8cfb
[Issue247] Added np.allclose() test in tests01_geom.tests03_core.Test…
83bb165
[Issue247] Removed CamLOS2D and 'rel' cases from tests01_geom.tests03…
8a0924e
[Issue247] Added tests09_tutorials for running tutorials
7cd3e3c
[Issue247] PEP8 compliance 1
57e9d6a
[Issue247] PEP8 compliance 2
56df4eb
[Issue247] PEP8 compliance 3
23539c9
[Issue247] PEP8 compliance 4
f855d29
[Issue247] Fixed tests, but test files generated not yet deleted
48cd492
[Issue247] Fixed unit tests and removed saved files automatically
fdc6fa0
[Issue247] Trting to remove Config print in unit tests tests01_geom/t…
bb8ce2d
[Issue247] Renamed tutorials and copied in tests folder to easily run…
2254e7f
[Issue247] Fixed tests again
4760fd3
[Issue247] One last print of Config left in unit tests, can't find it
ed51236
[Issue247] PEP8 compliance
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes.
This file contains hidden or 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 hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why these lines were added. I didn't reviewed the last version of this PR, but if you agree @Didou09 I will revert these lines.
Furthermore, the renaming of the files means that the doc construction will fail, see sphinx-gallery's doc. I'm working on making the necessary changes on another branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These lines were added for debugging, I forgot to remove them, yes you can delete them