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

aln: fix index of input from i to i-1 #240

Merged
merged 2 commits into from
Aug 30, 2023
Merged

Conversation

caglorithm
Copy link
Member

This PR shifts the external input index of the aln model from i to i-1 to harmonize it with other models. It should have no (or only very minimal) impact on the simulated results when comparing it to previous simulations (last input time step is ignored, as opposed to first input time step).

@caglorithm caglorithm added the model Issues related to modelling and integration. label Aug 30, 2023
@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.20% 🎉

Comparison is base (bec8fbc) 93.37% compared to head (38c2cca) 93.57%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #240      +/-   ##
==========================================
+ Coverage   93.37%   93.57%   +0.20%     
==========================================
  Files          54       54              
  Lines        4448     4448              
==========================================
+ Hits         4153     4162       +9     
+ Misses        295      286       -9     
Flag Coverage Δ
unittests 93.57% <ø> (+0.20%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@caglorithm caglorithm merged commit ce434bd into master Aug 30, 2023
11 of 12 checks passed
@caglorithm caglorithm deleted the fix/aln_input_index branch August 30, 2023 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
model Issues related to modelling and integration.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant