Skip to content

Commit

Permalink
Remove debug printing for smeared composite test
Browse files Browse the repository at this point in the history
  • Loading branch information
timryanb committed Jul 28, 2023
1 parent 90b1536 commit 4328e96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def setUp(self):

# Basically, only check relative tolerance
self.atol = np.clip(1e-5 * self.rtol, 1e-14, 1e-8)
self.print_level = 2
self.print_level = 0

# Set element index
self.elem_index = 0
Expand Down

0 comments on commit 4328e96

Please sign in to comment.