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

Dmuldrew/performance testing #345

Draft
wants to merge 77 commits into
base: develop
Choose a base branch
from
Draft

Conversation

dmuldrew
Copy link
Collaborator

@dmuldrew dmuldrew commented Feb 13, 2023

Pull Request doc

Purpose

  1. Fix a bug where a single urban area was not compatible with iteration loop
  2. Fix immediate demand scaling for leap years
  3. Divide immediate demand by 1000 to get MW
  4. Optimize immediate charging code to only calculate demand shape once per state
  5. Create script to output US immediate demand pickle files on the dev server

Testing

manual testing

Time estimate

~15min

isond and others added 30 commits February 1, 2023 15:16
Add summary section of transportation electrification
…ile_interface

feat: state demand profile interface function
Retrieve the projected annual VMT from NREL EFS
@dmuldrew dmuldrew self-assigned this Feb 13, 2023
@rouille
Copy link
Collaborator

rouille commented Feb 13, 2023

In the generate_BEV_vehicle_profiles module, I would raise a ValueError within a else statement after the elif:

  • raise ValueError("Invalid veh_type. Choose from ldv | ldt | mdv | hdv")
  • raise ValueError("Invalid charging_strategy. Choose from immediate | smart")

@jenhagg jenhagg force-pushed the transportation_electrification branch 2 times, most recently from 14b16b7 to 800792c Compare February 24, 2023 00:26
@rouille rouille force-pushed the transportation_electrification branch from 800792c to 59872b6 Compare February 24, 2023 12:45
@dmuldrew dmuldrew changed the base branch from transportation_electrification to develop February 24, 2023 21:51
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.

4 participants