Skip to content
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 #289

Merged
merged 9 commits into from
Nov 21, 2024
Merged

Dev #289

merged 9 commits into from
Nov 21, 2024

Conversation

ConnorStoneAstro
Copy link
Member

No description provided.

dependabot bot and others added 5 commits November 18, 2024 01:50
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…s/dev/codecov/codecov-action-5

chore(deps): bump codecov/codecov-action from 4 to 5
…284)

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.11.0 to 1.12.2.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.11.0...v1.12.2)

---
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>
Co-authored-by: Connor Stone, PhD <[email protected]>
* first pass convert to caskade

* clear pydantic, some tests pass

* all tests pass

* params by args

* fix requirements

* add param metadata

* get tutorials to work

* adding batched plane

* get tutorials to run

* fix qso fit example

* less hacky batched lens model

* with math expressions

* add chunk_size option in batched plane

* shift order of parameters in lenssource

* minor changes from comments. better batch plane, mass sheet kappa

* jacobian of deflection angle now far more memory efficient at small compute cost

* make tests pass for NFW TNFW

* lenssource now handles larger grids

* add padding mode for pixelated light source
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

Attention: Patch coverage is 88.75969% with 58 lines in your changes missing coverage. Please review.

Project coverage is 90.31%. Comparing base (e37eda2) to head (34b75e8).
Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
src/caustics/utils.py 53.84% 24 Missing ⚠️
src/caustics/lenses/point.py 57.89% 8 Missing ⚠️
src/caustics/lenses/base.py 93.75% 5 Missing ⚠️
src/caustics/lenses/tnfw.py 83.33% 5 Missing ⚠️
src/caustics/lenses/singleplane.py 50.00% 4 Missing ⚠️
src/caustics/cosmology/base.py 88.88% 3 Missing ⚠️
src/caustics/light/pixelated_time.py 40.00% 3 Missing ⚠️
src/caustics/lenses/func/point.py 60.00% 2 Missing ⚠️
src/caustics/lenses/nfw.py 90.00% 2 Missing ⚠️
src/caustics/sims/simulator.py 92.85% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #289      +/-   ##
==========================================
- Coverage   93.59%   90.31%   -3.29%     
==========================================
  Files          64       55       -9     
  Lines        2953     2281     -672     
==========================================
- Hits         2764     2060     -704     
- Misses        189      221      +32     
Flag Coverage Δ
unittests 90.31% <88.75%> (-3.29%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@ConnorStoneAstro ConnorStoneAstro merged commit 51f355f into main Nov 21, 2024
23 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant