Skip to content
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

Bug? #1

Open
Deltrego opened this issue Jun 23, 2020 · 0 comments
Open

Bug? #1

Deltrego opened this issue Jun 23, 2020 · 0 comments

Comments

@Deltrego
Copy link

In 3-prepare_layers_for_upscale.py, around line 561 you have

maxLayerId = 0
for x in layers_generated:
	if x[1] > minLayerId:
		maxLayerId = x[1]

Shouldn't it be if x[1] > maxLayerId ? Like this, if minLayerId = 4 and x[1] is 6 then 5, you get maxLayerId = 5 (the last value that is greater than min, rather than the max value)

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

No branches or pull requests

1 participant