forked from GalSim-developers/GalSim
-
Notifications
You must be signed in to change notification settings - Fork 0
test: merge main into tests #2
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
Merged
Merged
Changes from 68 commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
e1a4735
Add xycoef method to DoubleZernike
jmeyers314 d73f2a7
Enable higher order annular Zernikes
jmeyers314 4bcbd60
Remove py3.8 from CI
jmeyers314 42b8fa1
Mike's comments on test_large_j
jmeyers314 8210fd3
Rewrite xy_contribution as cached recursive
jmeyers314 0e92b70
Add robust Zernike evaluation
jmeyers314 fe693d5
Fix #1324 and add more regression tests of maxk, stepk, etc.
rmjarvis aa22fa6
Add py3.13 to CI
rmjarvis ac20811
Lower precision required for one of the tests.
rmjarvis 967a7d8
Add Image.array setter to avoid surprising results via numpy.array ma…
rmjarvis ad9fba9
Let nrecalc=0 mean recalc at the start, but then no more in that call…
rmjarvis 8b627c3
Add recalc option for even more control
rmjarvis 56b1aba
Fix slight logic error about accum_flux_since_update (which probably …
rmjarvis 8910919
Update galsim/sensor.py
rmjarvis e29bd30
Update cibuildwheel to v2.22
rmjarvis 6c7bbb6
Show docs for DoubleZernike members
rmjarvis 2048e22
Make PhotonDCR work correctly with both sky_pos and zenith_angle
rmjarvis c760b8c
C++ Silicon pixel bounds are now floats to save memory.
welucas2 67a8876
Update calculateFWHM to be insensitive to np.argsort algorithmic details
rmjarvis 009b999
Fix for numpy 2.3
rmjarvis 3b78ec8
--debug not allowed anymore
rmjarvis ba4bed0
Stop pinning setuptools <72
rmjarvis a2fe10d
Let pytest run from root dir
rmjarvis ddca939
Use fixtures to fix setup() function in run_examples
rmjarvis e291843
Use a custom command, rather than old setuptools test command
rmjarvis d21cf7c
avoid warning about invalid escape char
rmjarvis 9fdc348
Run single runner items on 3.12, not 3.8
rmjarvis 2ce4f4e
astroplan and starlink seem to work now
rmjarvis 9ae3af8
Remove 3.8 from ci
rmjarvis ace62ab
Starlink doesn't work on CI anymore.
rmjarvis 6a60d0a
Add 3.14 to ci
rmjarvis 50cc4d9
Fix coverage from not including starlink in test suite anymore
rmjarvis e30a7f5
Add docs to RealGalaxyCatalog.close()
rmjarvis 1fd5ca8
Update galsim/real.py
rmjarvis bb4274c
Add note in RGC class doc about close method
rmjarvis b5be962
Emit warnings for large FFT rather than raising GalSimFFTSizeError
rmjarvis 175a5d5
Deprecate GalSimFFTSizeError
rmjarvis d1f72bf
Update some docs for new behavior
rmjarvis 9b08b27
coverage
rmjarvis a25d5a4
Add some slight slop on time sampler test to allow for rare values at…
rmjarvis 6ece650
coverage
rmjarvis 79e379a
Not 'too' large anymore
rmjarvis 3e388af
typo
rmjarvis 2696dc2
Allow old behavior of raising GalSimFFTSizeError via galsim.errors.ra…
rmjarvis e3d782b
Clear changelog
rmjarvis bec9e74
2026
rmjarvis aab609d
version 2.9 on main
rmjarvis 1ed63d9
Add pickle test for FFTSizeError
rmjarvis 6e37e4a
Multiple SED in ChromaticTransformation by absolute value of determinant
FedericoBerlfein 6c61688
Change absolute value inside function
FedericoBerlfein 05b977e
Test flux is correct if jacobian has negative determinant
FedericoBerlfein 225421c
Allow for all (non-imaging) Roman bands internally
arunkannawadi 1b7f9f0
Allow to get a subset of Roman bandpasses
arunkannawadi c3a36c8
Define a convenient getBandpass function
arunkannawadi a163286
Use getBandpass instead of getBandpasses when appropriate
arunkannawadi 79d6f8f
Look up Roman sky backgrounds by column names
arunkannawadi 96e34fc
Add a check to ensure that the defaults for
arunkannawadi 74c4367
Update galsim/roman/roman_bandpass.py
rmjarvis 6211ac7
Add an explicit test for W
arunkannawadi c79ed40
Drop enumerate when looping over bands
arunkannawadi 0e1069c
Update wheels to build 3.14 and not 3.8
rmjarvis 74662fb
Add v2.6, 2.7, 2.8 to older.rst
rmjarvis aca4409
Squash an irrelevant numpy warning
rmjarvis 8894ad8
Update setup.py to use c++14 to allow for eigen version 5
rmjarvis 35fc0d3
Don't cover linalg exception in leastsq routine
rmjarvis f9c43c1
Old astropy rice read error has been fixed.
rmjarvis a37817e
Merge branch 'main' into merge-main
beckermr c2200af
.gitignore more things
rmjarvis 191683d
Add bandpass option to SED.thin
rmjarvis dde1446
coverage
rmjarvis f77cc16
Add comparison to non-bandpass-aware thinning
rmjarvis 1beb10b
Merge branch 'fix_tests' into merge-main
beckermr 8450819
Apply suggestions from code review
beckermr 7c66c94
Merge branch 'main' into merge-main
beckermr fc76358
fix: tests for inplace ops
beckermr 5a34355
fix: need to import test fixture
beckermr 89f2aad
fix: big endian issues in latest jax
beckermr 191e878
fix: put this back
beckermr 07b6344
fix: try this for the reprs
beckermr 61c6ce1
test: try this
beckermr bcc1ee1
Apply suggestions from code review
beckermr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
2 changes: 1 addition & 1 deletion
2
devel/brighter-fatter/forward_model_varying_i/forward_convert.cpp
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.