Skip to content

Commit c081867

Browse files
committed
Fix test failure.
1 parent d13797b commit c081867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/stochastic/tests/stochastic_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env python3
22

3-
from ..stochastic import euc_2d
3+
from ..common import euc_2d
44

55
import math
66
import unittest

0 commit comments

Comments
 (0)