-
Notifications
You must be signed in to change notification settings - Fork 20
DM-46582: Compute TEX metric. #1159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
5ca5aae
to
533526f
Compare
|
||
else: | ||
|
||
self.isTEXComputationDone = True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be done so early in the block? What if this block exited early because there weren't enough sources?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see where it can happen. Right now, if this is True, it will do the upper block and if not it will set this to True and set everything to nan and then compute. If the compute don't work it will be nan.
533526f
to
7edf784
Compare
c3bf15d
to
fb31b2e
Compare
No description provided.