Skip to content

Commit aeebc89

Browse files
committed
Remove debug print statement for einops availability in test_restormer.py.
Signed-off-by: Cano-Muniz, Santiago <[email protected]>
1 parent baf7541 commit aeebc89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/networks/nets/test_restormer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,4 @@ def test_small_input_error_3d(self):
144144

145145

146146
if __name__ == "__main__":
147-
print(f'has_einops: {has_einops}')
148147
unittest.main()

0 commit comments

Comments
 (0)