Skip to content

Conversation

@emanuel-schmid
Copy link
Collaborator

@emanuel-schmid emanuel-schmid commented Jul 12, 2023

Changes proposed in this PR:

  • simply remove the attribute, leaving out any descriptions when initializing an object

This PR fixes #

PR Author Checklist

PR Reviewer Checklist

Copy link
Member

@peanutfun peanutfun left a comment

Choose a reason for hiding this comment

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

Looking good! The tag is still mentioned in the measure set tutorial. Can you remove it from there, too?

>>> meas = MeasureSet(
... measure_list=[act_1],
... tag=Tag(description="my dummy MeasureSet.")
... measure_list=[act_1]
Copy link
Member

Choose a reason for hiding this comment

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

The constructor only takes a single argument now, so I think we can suggest leaving out the keyword like so:

meas = MeasureSet([act_1])

(I cannot post a suggestion on deleted lines...)

@peanutfun peanutfun merged commit c9e9b58 into develop Jul 13, 2023
@emanuel-schmid emanuel-schmid deleted the feature/remove_tags_measureset branch July 13, 2023 10:15
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.

3 participants