-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fake dataset generation #103
base: develop
Are you sure you want to change the base?
Conversation
self.total_nodes = 1 | ||
self.parent = None | ||
|
||
def grow_inc_time(self, time): |
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'm assuming that a lot of these are "internal" functions. Unless there is a use case that you see, I don't think we should expose these and can instead make them "private" by prepending them with double underscores.
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.
Good point. I'll make this and the other code changes tomorrow.
No description provided.