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

Tracer model more tests and in sync with main #536

Merged
merged 41 commits into from Oct 22, 2023

Conversation

sibirrer
Copy link
Collaborator

No description provided.

pre-commit-ci bot and others added 30 commits September 12, 2023 11:18
updates:
- [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
- [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
…ate-config

[pre-commit.ci] pre-commit autoupdate
Previously, the parentheses of abs() in findOverlap was wrongly placed.
It is a crucial typo but somehow it wasn't fixed earlier.

For example, with the previous code, if you give 
findOverlap([1, 0, 2, 3], [0, 0, 2, 3], 0.1) 

then the output comes out as (array([1, 2, 3]), array([0, 2, 3])), deleting the second coordinate.

After correcting the debug, now it works okay.
Debug findOverlap parantheses of image_util.py
Debug velocity-weighted kinematics
Better description about adding new lens models
updated documentation for new lens model implementation
coordinate utility function for conveniently center an image with arbitrary rotation
@sibirrer sibirrer merged commit 30c122f into lenstronomy:tracer_model Oct 22, 2023
1 check 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.

None yet

3 participants