google / objax

Apache License 2.0
769 stars 77 forks source link

Fix parallel test cases to allow floats to be almost zero #103

Closed carlini closed 4 years ago

carlini commented 4 years ago

When testing #101 I noticed that three parallel tests fail on my machine. All of these are because the value computed is nearly, but not identical, to zero. This PR fixes that.