Skip to content

Conversation

@palmito9
Copy link

@palmito9 palmito9 commented Jul 22, 2023

I have made some minor changes in python so it can be used by a third party application for graphing or monitoring PHD2

Copy link
Owner

@agalasso agalasso left a comment

Choose a reason for hiding this comment

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

thanks for the pr!

self.accum_dec = _Accum()
self.Stats = GuideStats()
self.Settle = None
self.eventListener = None if eventListener is None else eventListener
Copy link
Owner

Choose a reason for hiding this comment

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

how about this (equivalent and simpler):

Suggested change
self.eventListener = None if eventListener is None else eventListener
self.eventListener = eventListener

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