Skip to content

Commit 1729097

Browse files
committed
tests
1 parent 47c47c9 commit 1729097

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

diff_viz/tests/test_diffusion_modes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import matplotlib.pyplot as plt
88

99
# Set up the testing data
10-
testing_data_path = '../diff_viz/tests/testing_data/feature_data/'
10+
testing_data_path = '../diff_visualizer/diff_viz/tests/testing_data/feature_data/'
1111
striatum_file = 'features_60X_Striatum_Slice2_Video1.csv'
1212
cortex_file = 'features_100X_OGD_Cortex_Slice2_Video1.csv'
1313
df_striat = pd.read_csv(testing_data_path+striatum_file)

diff_viz/tests/test_feature_distribution_plots.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import matplotlib.pyplot as plt
88

99
# Set up the testing data
10-
testing_data_path = '../diff_viz/tests/testing_data/feature_data/'
10+
testing_data_path = '../diff_visualizer/diff_viz/tests/testing_data/feature_data/'
1111
striatum_file = 'features_60X_Striatum_Slice2_Video1.csv'
1212
cortex_file = 'features_100X_OGD_Cortex_Slice2_Video1.csv'
1313
df_striat = pd.read_csv(testing_data_path+striatum_file)

diff_viz/tests/test_pca_plots.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import matplotlib.pyplot as plt
88

99
# Set up the testing data
10-
testing_data_path = '../diff_viz/tests/testing_data/feature_data/'
10+
testing_data_path = '../diff_visualizer/diff_viz/tests/testing_data/feature_data/'
1111
striatum_file = 'features_60X_Striatum_Slice2_Video1.csv'
1212
cortex_file = 'features_100X_OGD_Cortex_Slice2_Video1.csv'
1313
df_striat = pd.read_csv(testing_data_path+striatum_file)

0 commit comments

Comments
 (0)