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

fix: Correct scale factor on last half step #127

Merged
merged 1 commit into from
Mar 9, 2023
Merged

fix: Correct scale factor on last half step #127

merged 1 commit into from
Mar 9, 2023

Conversation

musoke
Copy link
Owner

@musoke musoke commented Mar 8, 2023

There is a missing ; a = a(t) in the argument to outer_step! that does the closing half step. This is never an issue if there is no background expansion.

Add it in.

This should maybe not be an optional argument; it shouldn't be possible to accidentally call with the wrong a(t).

@codecov
Copy link

codecov bot commented Mar 8, 2023

Codecov Report

Merging #127 (c0067ff) into main (cf1800e) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #127   +/-   ##
=======================================
  Coverage   83.39%   83.39%           
=======================================
  Files           8        8           
  Lines         560      560           
=======================================
  Hits          467      467           
  Misses         93       93           
Impacted Files Coverage Δ
src/UltraDark.jl 73.19% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

There is a missing `; a = a(t)` in the argument to `outer_step!` that
does the closing half step.  This is never an issue if there is no
background expansion.

Add it in.

This should maybe not be an optional argument; it shouldn't be possible
to accidentally call with the wrong `a(t)`.
@musoke musoke merged commit ac6416b into main Mar 9, 2023
@musoke musoke deleted the fix/a(t) branch March 9, 2023 03:25
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

1 participant