koopjs / koop-pgcache

PostGIS cache for Koop.
Other
4 stars 4 forks source link

Fix non-deterministic tests #35

Open dmfenton opened 9 years ago

dmfenton commented 9 years ago

Tests are intermittently failing on Travis. This is a note to investigate and solve that

dmfenton commented 9 years ago

Just logged https://github.com/travis-ci/travis-ci/issues/4836

I don't think there's anything we can do.

dmfenton commented 9 years ago

Maybe it has to do with the way we are casting to float for stats. We probably don't need to do that anymore. I'll give this another shot

ungoldman commented 9 years ago

I don't think it's a travis thing. Looks like a rounding error.

dmfenton commented 9 years ago

I'm not sure what else we can do other than cast values as decimal. I'm going to need some help on this one.