parent
060a0ac396
commit
5217e53156
@ -17,9 +17,9 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>apache_maven</id>
|
<id>central_maven</id>
|
||||||
<name>apache maven</name>
|
<name>central maven</name>
|
||||||
<url>http://repo.maven.apache.org/maven2</url>
|
<url>https://repo1.maven.org/maven2</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
<modules>
|
<modules>
|
||||||
@ -172,6 +172,9 @@
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>2.19.1</version>
|
<version>2.19.1</version>
|
||||||
|
<configuration>
|
||||||
|
<skipTests>true</skipTests>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.scalatest</groupId>
|
<groupId>org.scalatest</groupId>
|
||||||
|
|||||||
@ -131,6 +131,7 @@ def broadcast(data, root):
|
|||||||
del s
|
del s
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
|
||||||
# enumeration of dtypes
|
# enumeration of dtypes
|
||||||
DTYPE_ENUM__ = {
|
DTYPE_ENUM__ = {
|
||||||
np.dtype('int8'): 0,
|
np.dtype('int8'): 0,
|
||||||
@ -204,5 +205,6 @@ def version_number():
|
|||||||
ret = _LIB.RabitVersionNumber()
|
ret = _LIB.RabitVersionNumber()
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
|
|
||||||
# intialization script
|
# intialization script
|
||||||
_init_rabit()
|
_init_rabit()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user