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 to make daily files read correctly #894

Merged
merged 3 commits into from
Sep 28, 2023

Conversation

jgriesfeller
Copy link
Member

@jgriesfeller jgriesfeller commented Aug 14, 2023

1st version of a fix that is supposed to make daily files be read correctly.

Since the middle time is now calculated for every time step instead of being assumed, this change might give different results if the data did not meet the assumtion

@jgriesfeller jgriesfeller self-assigned this Aug 14, 2023
@codecov
Copy link

codecov bot commented Aug 14, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (a216c5f) 80.42% compared to head (1710480) 80.42%.

Additional details and impacted files
@@            Coverage Diff            @@
##           main-dev     #894   +/-   ##
=========================================
  Coverage     80.42%   80.42%           
=========================================
  Files           101      101           
  Lines         17433    17433           
=========================================
  Hits          14021    14021           
  Misses         3412     3412           
Flag Coverage Δ
unittests 80.42% <100.00%> (ø)

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

Files Changed Coverage Δ
pyaerocom/io/read_eea_aqerep_base.py 84.41% <100.00%> (ø)

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

@jgriesfeller jgriesfeller marked this pull request as ready for review August 15, 2023 08:28
@lewisblake lewisblake self-requested a review September 25, 2023 09:06
@lewisblake lewisblake merged commit def114b into main-dev Sep 28, 2023
18 checks passed
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.

EEA-Reader assumes hourly input-data while new data from EEA can be daily
2 participants