-
Notifications
You must be signed in to change notification settings - Fork 0
Enrich an existing grid container by EVs and EVCS #356
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
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # CHANGELOG.md
# Conflicts: # CHANGELOG.md
# Conflicts: # CHANGELOG.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have some questions for this PR.
} | ||
|
||
def get_em_uuid(em: bool): | ||
em_uuid = "fixme" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intended for now?
|
||
def create_ev_data_dict(this_node): | ||
ev_uuid = uuid4() | ||
ev_type_uuid = uuid4() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you create the associated ev type somewhere?
def normaldistribution(dist_params): | ||
normal_variant = normalvariate(dist_params[0], dist_params[1]) | ||
return max(min(normal_variant, dist_params[3]), dist_params[2]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add some documentation to this method to specify the order of the parameters.
resolves #355
merge first
em
tocontrolling_em
for allSystemParticipants
#338