Merge pull request #5 from KonduitAI/asto_nd4s_build_10192019
Fix nd4s compilation
This commit is contained in:
commit
775402c934
@ -63,7 +63,7 @@ case class SDIndexWrapper(end: Long) {
|
|||||||
case class SDIndexWrapper1(start: Int) {
|
case class SDIndexWrapper1(start: Int) {
|
||||||
|
|
||||||
def ::(end: Int): SDIndex =
|
def ::(end: Int): SDIndex =
|
||||||
SDIndex.interval(start, end)
|
SDIndex.interval(start.toLong, end.toLong)
|
||||||
}
|
}
|
||||||
|
|
||||||
object --- extends SDIndex {
|
object --- extends SDIndex {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user