Skip to content

Commit e8e559f

Browse files
authored
Merge pull request #217 from alexlib/master
test_validation failed with import
2 parents adc172e + c52b818 commit e8e559f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openpiv/test/test_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pathlib
44

55
import numpy as np
6-
from test_process import create_pair, shift_u, shift_v, threshold
6+
from .test_process import create_pair, shift_u, shift_v, threshold
77
from openpiv import validation
88

99
from scipy.ndimage import generic_filter, median_filter

0 commit comments

Comments
 (0)