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

Advance time once all variables have been read #48

Merged
merged 1 commit into from
May 5, 2024

Conversation

mrogowski
Copy link
Collaborator

No description provided.

@mrogowski mrogowski self-assigned this Apr 21, 2024
@mrogowski mrogowski mentioned this pull request Apr 21, 2024
Copy link

codecov bot commented Apr 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.72%. Comparing base (4d2fa52) to head (cd241b3).

❗ Current head cd241b3 differs from pull request most recent head 49c2efd. Consider uploading reports for the commit 49c2efd to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #48   +/-   ##
=======================================
  Coverage   76.72%   76.72%           
=======================================
  Files          16       16           
  Lines        3532     3532           
  Branches      554      554           
=======================================
  Hits         2710     2710           
  Misses        664      664           
  Partials      158      158           

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

@@ -278,7 +278,7 @@ def get_data_for_time(self, ts, te):
vals = dvars[var].values
input_data[cum_read:cum_read+read_cnt,:,idx] = vals.reshape(vals.shape[0],-1)#.copy()
del vals
cum_read = cum_read + read_cnt
cum_read = cum_read + read_cnt
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python, we ❤️ you! 🤦‍♂️

@dalcinl dalcinl force-pushed the fix-reader-multivar branch from cd241b3 to 49c2efd Compare May 5, 2024 15:51
@dalcinl
Copy link
Collaborator

dalcinl commented May 5, 2024

@mrogowski Should we merge this one?

@mrogowski
Copy link
Collaborator Author

Yes, I forgot we didn't already!

@mrogowski mrogowski requested a review from dalcinl May 5, 2024 15:53
@mrogowski mrogowski merged commit f8910c2 into main May 5, 2024
23 checks passed
@mrogowski mrogowski deleted the fix-reader-multivar branch May 5, 2024 15:56
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