Skip to content

Commit 15c9f8b

Browse files
committed
print
1 parent 28fc2ca commit 15c9f8b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tests/models/data/horovod/train_default_model.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@
3535
else:
3636
print('You requested to import Horovod which is missing or not supported for your OS.')
3737

38-
pprint('=' * 25)
39-
pprint('=' * 25)
40-
pprint('=' * 25)
41-
pprint('=' * 25)
42-
pprint(os.environ)
43-
pprint('=' * 25)
44-
pprint('=' * 25)
45-
pprint({'sys:': sys.path})
46-
pprint('=' * 25)
47-
pprint('=' * 25)
48-
pprint('=' * 25)
49-
pprint('=' * 25)
38+
print('=' * 25)
39+
print('=' * 25)
40+
print('=' * 25)
41+
print('=' * 25)
42+
print(os.environ)
43+
print('=' * 25)
44+
print('=' * 25)
45+
print({'sys:': sys.path})
46+
print('=' * 25)
47+
print('=' * 25)
48+
print('=' * 25)
49+
print('=' * 25)
5050

5151
from tests.base import EvalModelTemplate # noqa: E402
5252
from tests.base.develop_pipelines import run_prediction # noqa: E402

0 commit comments

Comments
 (0)