Skip to content

Conversation

@stevenhua0320
Copy link
Contributor

@cadenmyers13 Ready for review
Fix module not used (E402) & cond comparison legacy issue (E711)

Enum,
Event,
File,
Float,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Delete unused imports

Copy link

@cadenmyers13 cadenmyers13 left a comment

Choose a reason for hiding this comment

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

see inline

"srxconfig",
desc="Mask the pixels too bright or too dark compared to the average intensity at the similar diffraction angle",
desc="Mask the pixels too bright or too dark compared to"
+ "the average intensity at the similar diffraction angle",

Choose a reason for hiding this comment

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

Similar thing with the extra white space (+ " the...)

self.plot.title = "Click: add a vertex; <Ctrl>+Click: remove a vertex; \n <Enter>: finish the selection"
self.plot.title = ("Click: add a vertex;"
+ "<Ctrl>+Click: remove a vertex;"
+ "\n <Enter>: finish the selection")

Choose a reason for hiding this comment

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

If its wrapped in parenths you might not need +, double check this though.

@stevenhua0320
Copy link
Contributor Author

@cadenmyers13 Have changed for the lavel and plot.title str, ready for review

@cadenmyers13
Copy link

@sbillinge ready for review

@sbillinge
Copy link
Contributor

same as #8 , this seems to be from the wrong base. Please can you close this and redo it?

@stevenhua0320
Copy link
Contributor Author

Close #9 for wrong base

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