File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
tests/models/data/horovod Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 3535else :
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
5151from tests .base import EvalModelTemplate # noqa: E402
5252from tests .base .develop_pipelines import run_prediction # noqa: E402
You can’t perform that action at this time.
0 commit comments