Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

depth will not update in non-bootstrap mode #103

Open
alon-e opened this issue Apr 11, 2019 · 0 comments
Open

depth will not update in non-bootstrap mode #103

alon-e opened this issue Apr 11, 2019 · 0 comments

Comments

@alon-e
Copy link
Contributor

alon-e commented Apr 11, 2019

if (bootstrap >= 3) {

this is a regression of #83 - as bootstrapStage is 0 in the case that we are not in bootstrap mode.

this should be changed to not update if still bootstrapping (bootstrapStage < 3)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants