-
Notifications
You must be signed in to change notification settings - Fork 4
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
New tests and documentation #9
Merged
Merged
Conversation
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
* First commit * Fixed exeptions in beam_grid * Fixed exeptions in beam_cut * Fixed exeptions in beam_map
* New docs * Added changelog, new docs and new dependencies * Updated docstrings and created first docs index * Added file format contents entries * Changed doctrings * Added documentation for .cut format * Deployment test * Added pandoc to github workflow, try 1 * Added pandoc to github workflow, try 2 * Added pandoc to github workflow, try 3 * Added .grd documentaion * Fixed typos * Added stokes file * Added stokes conversion section * First few lines of mapping documentation * Added map interpolation documentation * Modified autosummary class.rst template * Updated changelog [no ci] * Removed duplicated notebook
* Added check for nan values * Added tearDown to delete buffer .cut file * added test_beam_grid file and the NaN control in beam_grid * delete grid test data file * Added test for grasp2alm, doesn't work * Fixed grasp2alm_cut test * Fixed beam2alm test * Removed atol from test beam2alm * Added tests for second and third components * Start implementing gaussian test for grid file * added some mac hidden files to .gitignore * Fixed test using assertTrue * Added support notebook to visualize alm test * Fixed vnum in test notebook * Fixed returned quantities names * Fixed grasp2alm test * progess in test of beam2alm from grid file * Refactoring of beam2alm cut test to speed up computation * Added types to test * Implemented linter suggestions * Implemented linter suggestions * Finished the unittest class setup in test_grid_beam2alm * Implementation of test_grid_beam2alm completed * Removed setUpClass to improve tests performance * changed setUpClass with SetUp * Added docstrings * Added docstrings to beam cut * Little changes inside test notebook * Fixed alm sign into notebook based on Level-S * More info about beam and alm * Fixed tests * Added beam rotation into x-axis before alm conversion * Added GaussBeam class to simplify test * Added get_alm and refactor gauss tests * Modified gauss unit test to include both cut and grd * Added comments to the test_beam_grid file * removed notebooks folder * New smaller test cut and grd file --------- Co-authored-by: Nicola Brancadori <[email protected]> Co-authored-by: Nicola Brancadori <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
See CHANGELOG https://github.com/teob97/grasp2alm/blob/master/CHANGELOG.md
This PR aims to solve #2 adding smaller test files and new tests with a simulated Gaussian beam.
Moreover, we added a new documentation deployed automatically using GitHub pages.