stylistic fix (#1789)

* stylistic fix

* try multiple repos

* fix

* fix
This commit is contained in:
Nan Zhu
2016-11-19 22:03:10 -05:00
committed by GitHub
parent 060a0ac396
commit 5217e53156
2 changed files with 8 additions and 3 deletions

View File

@@ -131,6 +131,7 @@ def broadcast(data, root):
del s
return data
# enumeration of dtypes
DTYPE_ENUM__ = {
np.dtype('int8'): 0,
@@ -204,5 +205,6 @@ def version_number():
ret = _LIB.RabitVersionNumber()
return ret
# intialization script
_init_rabit()