Skip to content

added entropy rate as a property to Process - #38

Open
adamimos wants to merge 1 commit into
mainfrom
add-entropy_rate-to-process
Open

added entropy rate as a property to Process#38
adamimos wants to merge 1 commit into
mainfrom
add-entropy_rate-to-process

Conversation

@adamimos

Copy link
Copy Markdown
Owner

No description provided.

@melembroucarlitos melembroucarlitos left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test plz.

Mock

@property
def entropy_rate(self) -> float:
entropy_rate = 0.0
steady_state = self.steady_state_vector

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unnecessary variable. just use self.steady_state_vector

return out

@property
def entropy_rate(self) -> float:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test and/or description plz

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