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

complex equations #54

Merged
merged 1 commit into from
Oct 14, 2023
Merged

complex equations #54

merged 1 commit into from
Oct 14, 2023

Conversation

mikelehu
Copy link
Contributor

  • Now, RKGaussLegendre.jl works well with complex equations
  • I have added a new notebook called "/Examples/Burrau example using Complex Numbers (Github).ipynb" where I have coded the problem with complex variables z=x+iy

@codecov
Copy link

codecov bot commented Oct 11, 2023

Codecov Report

Merging #54 (3864f50) into master (b10c810) will decrease coverage by 0.11%.
The diff coverage is 22.75%.

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
- Coverage   25.54%   25.44%   -0.11%     
==========================================
  Files           8        8              
  Lines        1879     1973      +94     
==========================================
+ Hits          480      502      +22     
- Misses       1399     1471      +72     
Files Coverage Δ
src/IRKCoefficients.jl 96.40% <100.00%> (+0.06%) ⬆️
src/IRKGL16AuxFunctions.jl 76.31% <77.77%> (-9.40%) ⬇️
src/IRKGL16Solver.jl 57.21% <58.53%> (-0.01%) ⬇️
src/IRKGL16step_adaptive_seq.jl 27.94% <30.63%> (+0.05%) ⬆️
src/IRKGL16step_fixed_seq.jl 21.42% <19.67%> (+0.21%) ⬆️
src/IRKGL16step_adaptive_par.jl 0.00% <0.00%> (ø)
src/IRKGL16step_fixed_par.jl 0.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mikelehu
Copy link
Contributor Author

Hi,

Should I be worried about failed checks? Or will the pull request be merged into the base branch and made public in the next few days?

Thanks.

@ChrisRackauckas
Copy link
Member

Nope those are fine.

@ChrisRackauckas ChrisRackauckas merged commit 45dfc0d into SciML:master Oct 14, 2023
4 of 6 checks passed
@mikelehu
Copy link
Contributor Author

Thanks, Chris.

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.

2 participants