Mindwerks / worldengine

World generator using simulation of plates, rain shadow, erosion, etc.
MIT License
982 stars 128 forks source link

pyflakes- and manifest-tests fail (tiny oversight with recent changes) #158

Closed tcld closed 8 years ago

tcld commented 8 years ago

There are some very minor things that should be fixed. I only noticed it when investigating the failed tests for one of my PRs - I should have been thoroughly looking at the tests in advance, I guess.

So, here the problems: A. pyflakes-test fails (example: https://travis-ci.org/Mindwerks/worldengine/jobs/87939096 ) Cause: left-over variable from https://github.com/Mindwerks/worldengine/pull/152 Fix: trivial

B. manifest-test fails (example: https://travis-ci.org/Mindwerks/worldengine/jobs/87939098 ) Cause: ??? (something related to https://github.com/Mindwerks/worldengine/pull/147 ) Fix: ??? (probably trivial)

Could somebody just fix these two to get at least some of the optional tests back up? I could fix the first one myself, but it's probably easier to just fix both at once.

tcld commented 8 years ago

Possible fixes here: https://github.com/Mindwerks/worldengine/pull/160

tcld commented 8 years ago

Something is still going wrong: https://travis-ci.org/Mindwerks/worldengine/jobs/88091783