Skip to content

Commit

Permalink
fix imports in the test (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran authored Sep 12, 2020
1 parent 543f1ac commit 1a2422a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_indep_import.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
tensor submodule work as expected
]#

import arraymancer/tensor
import arraymancer/stats/kde
import ../src/arraymancer/tensor
import ../src/arraymancer/stats/kde

let t = zeros[float](100)

Expand Down

0 comments on commit 1a2422a

Please sign in to comment.