-
Notifications
You must be signed in to change notification settings - Fork 12
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
Dev #276
Dev #276
Conversation
* init * Minimal microlensing example * Adding point source * Add both images and magnification * Fun animation * fitting working * mcmc working * Add limb darkening and merge image+mag * added limb darkening * Add limb darkening functionality * Improving microlensing fit example * fixing pre-commit * Adding PointSource to __all__ * adding tE to codespell ignore * Fix bug and improve microlensing fit example * style: pre-commit fixes * Noting issue with PyLIMA * strip nbs * Fixed bug in u0 units * Adjusting mcmc * changed pointsource to starsource, fixing documentation * style: pre-commit fixes * Update Microlensing/simulator tutorial and toc. Remove fitting * clean * Update toc without conflict * adding unit tests * style: pre-commit fixes * fixed precommit * Fix weird capitalization bug pt1 * Fix weird capitalization bug pt2 * reorder tutorials * remove excess files, clean up notebook --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…269) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.2...v1.10.3) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add multipole lens profile * typo correction * update variable names * type multipole order m checking * lenstronomy lensmodellist update * higher tolerance * higher tolerance rtol and atol * try without derotation * do not do kappa test * adjust; multipole moment can also be 2 * fix convergence by factor 1/2 * style: pre-commit fixes * allow multiple multipole moments. add unit tests * tests now pass --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Connor Stone <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #276 +/- ##
==========================================
+ Coverage 93.46% 93.71% +0.25%
==========================================
Files 59 64 +5
Lines 2831 2944 +113
==========================================
+ Hits 2646 2759 +113
Misses 185 185
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* docs: match citation to paper * Update citation note
…278) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.3 to 1.11.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.3...v1.11.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
Good work!
No description provided.