Skip to content

Commit

Permalink
set use is close validation flag True in test
Browse files Browse the repository at this point in the history
  • Loading branch information
itai-berman committed Jan 2, 2025
1 parent 8ae4bed commit 3c3d99b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def __init__(self, unit_test, input_shape, other_shape):
super().__init__(unit_test)
self.input_shape = input_shape
self.other_shape = other_shape
self.use_is_close_validation = True # There is a small difference between float operations

def create_inputs_shape(self):
return [self.input_shape, self.other_shape]
Expand Down

0 comments on commit 3c3d99b

Please sign in to comment.