-
Notifications
You must be signed in to change notification settings - Fork 11
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
remove galsim hub and tensorflow temporarily #251
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## main #251 +/- ##
==========================================
+ Coverage 85.86% 88.25% +2.38%
==========================================
Files 13 13
Lines 1571 1515 -56
==========================================
- Hits 1349 1337 -12
+ Misses 222 178 -44
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
8660c05
to
4a207fb
Compare
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.
The PR looks fine as it is, I did not find any loose ends.
Co-authored-by: thuiop <[email protected]>
* Simplify CLI with hydra instantiate (#230) * update poetry * more error checking in draw_blends for MR * bug in this line when using basic measure function and MR * catch error related to meas_band_num in metrics * use hydra instantiate and call rather than available_* * update documentation * test MR on main, remove error checking now done by hydra * Revert "update poetry" This reverts commit aad74ea. * Custom measurement functions (#231) * link the CLI tutorial * clarify that custom survey, measurement functions from CLI are not supported. * add need blank line * clarify how to add measure function if you are advanced user * fix url (#232) * fixing test * make test always predictable * pytest information in pyproject toml (#233) * Update CONTRIBUTING.md * More reproducibility (#237) * only able to provide seed not rng * only allow integer seeds, propagate to multiprocessing correctly * propagate changes to tests * correct seed defaults * fix tests bc seeds were not propagated correctly before * larger max int * Update btk/draw_blends.py Co-authored-by: Alexandre Boucaud <[email protected]> * Update btk/sampling_functions.py Co-authored-by: Alexandre Boucaud <[email protected]> * define default seed once * Update btk/sampling_functions.py Co-authored-by: Alexandre Boucaud <[email protected]> * dont need another rng embedded in render_blend * simplify line * seeds are now used in config * put defualt seed in init * show how to use the seed * add seed in tutorial documentation too * ignore warning until actually throws an error * fix tests with new seed * why did the precision decrease again? * no output in first cell Co-authored-by: Alexandre Boucaud <[email protected]> * Small fixes to the measure file (#242) * Small fixes to the measure file * Fixed pixel and world coordinates * Fixed notebooks * Small improvements tutorials (#243) * Renamed notebooks and added readme * Save in temporary directory in intro notebook * update name of ntoebooks in test.yml * remove mentions of coadd * warning about jupyterlab Co-authored-by: Ismael Mendoza <[email protected]> * Invisible shifts and indices (#244) * add notes to documentation for users about shifts/indexes * remove shifts/ indices from notebooks to avoid confusing users * Update CONTRIBUTING.md (#245) * Update CONTRIBUTING.md * Update CONTRIBUTING.md * trailing white space * Ensure PSF is consistently propagated if customized (#246) * should be a public method * remove mention of more examples that are non existant * fix urls (#247) * Fixed noise seed identical over a batch (#249) * Fixed noise seed identical over a batch * Rework seed management * Documentation for seeds * Changed behaviour to something more logical * Moved seed sequence initialization and renamed variables * remove galsim hub and tensorflow temporarily (#251) * remove galsim hub and tensorflow * forgot mention in --extras * Update notebooks/README.md Co-authored-by: thuiop <[email protected]> Co-authored-by: thuiop <[email protected]> * No capping (#252) * no capping, suppress warnings * update poetry * fix tests after updating * Separate noises (#254) * Separate the two noises * Updated tests * Possibility to choose which noise is drawn * Update doc and notebook * Changed lists to tuples * Fix test * Fix all tests * Updated notebooks * Revert change * Notebooks * Bump ipython from 7.31.0 to 7.31.1 (#257) Bumps [ipython](https://github.com/ipython/ipython) from 7.31.0 to 7.31.1. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@7.31.0...7.31.1) --- updated-dependencies: - dependency-name: ipython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fetch flake8 from GitHub instead of GitLab (#260) Co-authored-by: Alexandre Boucaud <[email protected]> * update poetry adn pyproject w/ tqdm * fixing problem with add_noise (#264) * Run notebooks once a week in a separate workflow (#263) * Add progress bar * add description * new cron job for notebooks * update other workflows * remove push * forgot to remove notebooks in test.yml * use nbval-lax * clarify comment in new job * not sure why tqdm change was here * undo sanitize change * ignore nbval warning * fix warning Co-authored-by: thuiop <[email protected]> * Add progress bar (#258) * Add progress bar * add description * update poetry * add process to progress bar description * get current process function * sanitize progress bar * run notebooks with progress bar, removed autoreload syntax Co-authored-by: Ismael Mendoza <[email protected]> * Parametric cosmos simulations (#256) * parametric sims with cosmos cat * updated docstring * tutorial with parametric example * adding exclusion_level cuts * pre-commit changes * resolve pre-commit changes * using catalog directly from galsim * Update 01a-cosmos_tutorial.ipynb fixing kernel metadata * fixing kernel metadata * updating docstring * default exclusion_level as "marginal" * _selection.fits catalog * correcting path * added tests with parametric sims * updated config * removed assert on exclusion_level * updated add_noise Co-authored-by: thuiop <[email protected]> Co-authored-by: Alexandre Boucaud <[email protected]> Co-authored-by: Ismael Mendoza <[email protected]> * keep notebook output but remove metadata with nbstripout (#266) * keep output but remove metadata * add nbstripout to pre-commit * add nbstripout to dependencies * keep output nbstripout * error corrected * autoupdate * update poetry * black * black should be latest version * add notebook action badge (#267) Co-authored-by: Alexandre Boucaud <[email protected]> Co-authored-by: thuiop <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Biswajit Biswas <[email protected]>
* remove galsim hub and tensorflow * forgot mention in --extras * Update notebooks/README.md Co-authored-by: thuiop <[email protected]> Co-authored-by: thuiop <[email protected]>
As discussed in last meeting, we will reintroduce it after v1.0.0 release. Did I miss anything @aboucaud or @thuiop ?