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

Fixes for complex integrands #20

Merged
merged 2 commits into from
Dec 7, 2024
Merged

Fixes for complex integrands #20

merged 2 commits into from
Dec 7, 2024

Conversation

f0uriest
Copy link
Owner

@f0uriest f0uriest commented Dec 7, 2024

  • Fixes some type mismatches for complex valued integrands
  • Adds full testing for integration of complex valued integrands

Resolves #19

@f0uriest f0uriest mentioned this pull request Dec 7, 2024
@codecov-commenter
Copy link

codecov-commenter commented Dec 7, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.83%. Comparing base (fa14060) to head (b28fb80).
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #20   +/-   ##
=======================================
  Coverage   93.83%   93.83%           
=======================================
  Files           7        7           
  Lines         616      616           
=======================================
  Hits          578      578           
  Misses         38       38           
Files with missing lines Coverage Δ
quadax/adaptive.py 96.87% <100.00%> (ø)
quadax/fixed_order.py 91.96% <100.00%> (ø)

@f0uriest f0uriest merged commit 75fbdd9 into main Dec 7, 2024
7 checks passed
@f0uriest f0uriest deleted the rc/hotfix branch December 7, 2024 19:58
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.

Complex numbers support
2 participants