Skip to content

Conversation

danielfeismann
Copy link
Member

@danielfeismann danielfeismann commented Aug 1, 2025

@danielfeismann danielfeismann added the enhancement New feature or request label Aug 1, 2025
@danielfeismann danielfeismann self-assigned this Aug 1, 2025
@danielfeismann danielfeismann marked this pull request as ready for review August 11, 2025 07:15
@danielfeismann danielfeismann marked this pull request as draft August 12, 2025 17:06
# Conflicts:
#	CHANGELOG.md
@danielfeismann danielfeismann marked this pull request as ready for review August 22, 2025 10:34
Copy link
Member

@staudtMarius staudtMarius left a 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"
Copy link
Member

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()
Copy link
Member

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?

Comment on lines +187 to +189
def normaldistribution(dist_params):
normal_variant = normalvariate(dist_params[0], dist_params[1])
return max(min(normal_variant, dist_params[3]), dist_params[2])
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enrich an existing grid container by EVs and EVCSs
2 participants