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

Implementation for summary outputs #113

Merged
merged 15 commits into from
Jan 3, 2024
Merged

Implementation for summary outputs #113

merged 15 commits into from
Jan 3, 2024

Conversation

alanisaac
Copy link
Collaborator

@alanisaac alanisaac commented Nov 29, 2023

Closes #107, Closes #118

alanisaac and others added 15 commits November 29, 2023 01:55
Co-authored-by: Debajyoti Debnath <[email protected]>
Co-authored-by: Jonathan Kwan <[email protected]>
In function get_outputs_normalized(), to get temperatures within a certain billing period, binary search (using the bisect module) is used to speed up the search process. Speed up is at least 30x.
Unintended change left over from previous commit.
Co-authored-by: Jonathan Kwan <[email protected]>
Co-authored-by: Debajyoti Debnath <[email protected]>
Co-authored-by: KKaempen <[email protected]>
Co-authored-by: Jonathan Kwan <[email protected]>
Co-authored-by: Debajyoti Debnath <[email protected]>
Co-authored-by: KKaempen <[email protected]>
Co-authored-by: Erika Nesse <[email protected]>
Co-authored-by: Debajyoti Debnath <[email protected]>
Co-authored-by: thatoldplatitude <[email protected]>
Co-authored-by: dwindleduck <[email protected]>
Co-authored-by: mdfasano <[email protected]>
Co-authored-by: harry <[email protected]>
Co-authored-by: Debajyoti Debnath <[email protected]>
Co-authored-by: dwindleduck <[email protected]>
Co-authored-by: Alan Pinkert <[email protected]>
Added test for convert_to_intermediate_billing_periods
Filled out date_to_analysis_type
Removed numpy

Co-authored-by: harry <[email protected]>
Co-authored-by: Debajyoti Debnath <[email protected]>
Co-authored-by: dwindleduck <[email protected]>
Co-authored-by: Alan Pinkert <[email protected]>
Co-authored-by: wertheis <[email protected]>
@jkwan2011 jkwan2011 merged commit be3a5e3 into main Jan 3, 2024
12 checks passed
@alanisaac alanisaac deleted the summary-outputs branch January 3, 2024 01:34
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.

Re-evaluate NumPy dependency Create a function to determine inclusion enum for a given date
3 participants