Skip to content

Commit 5a5f2cb

Browse files
committed
fix import paths of the histogram and logsumexp [skip ci]
1 parent f23d8ea commit 5a5f2cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

benchmarks/histogram_2D/weave_histogram.nim

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ import
1010
system/ansi_c, strformat, os, strutils, cpuinfo, math,
1111
locks,
1212
# Weave
13-
../../../weave,
13+
../../weave,
1414
# 3rd party
1515
cligen,
1616
# bench
17-
../../wtime, ../../resources
17+
../wtime, ../resources
1818

1919
# Helpers
2020
# -------------------------------------------------------

benchmarks/logsumexp/weave_logsumexp.nim

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ import
1010
system/ansi_c, strformat, os, strutils, cpuinfo, math,
1111
random, locks,
1212
# Weave
13-
../../../weave,
13+
../../weave,
1414
# 3rd party
1515
cligen,
1616
# bench
17-
../../wtime, ../../resources
17+
../wtime, ../resources
1818

1919
# Helpers
2020
# -------------------------------------------------------

0 commit comments

Comments
 (0)