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

Reduce RAM usage of find_hit_integration_bounds #943

Merged
merged 2 commits into from
Dec 24, 2024

Conversation

dachengx
Copy link
Collaborator

@dachengx dachengx commented Dec 24, 2024

t0 = records[hits["record_i"]]["time"] and dt = records[hits["record_i"]]["dt"] will create a temporary array that takes a lot of memory.

@coveralls
Copy link

coveralls commented Dec 24, 2024

Coverage Status

coverage: 89.139%. remained the same
when pulling 6cc4fcb on reduce_peak_building_ram
into b97cad2 on master.

@dachengx dachengx marked this pull request as ready for review December 24, 2024 13:00
@dachengx dachengx merged commit 87de088 into master Dec 24, 2024
8 checks passed
@dachengx dachengx deleted the reduce_peak_building_ram branch December 24, 2024 13:28
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