File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
import matplotlib .pyplot as plt
8
8
9
9
# 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/'
11
11
striatum_file = 'features_60X_Striatum_Slice2_Video1.csv'
12
12
cortex_file = 'features_100X_OGD_Cortex_Slice2_Video1.csv'
13
13
df_striat = pd .read_csv (testing_data_path + striatum_file )
Original file line number Diff line number Diff line change 7
7
import matplotlib .pyplot as plt
8
8
9
9
# 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/'
11
11
striatum_file = 'features_60X_Striatum_Slice2_Video1.csv'
12
12
cortex_file = 'features_100X_OGD_Cortex_Slice2_Video1.csv'
13
13
df_striat = pd .read_csv (testing_data_path + striatum_file )
Original file line number Diff line number Diff line change 7
7
import matplotlib .pyplot as plt
8
8
9
9
# 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/'
11
11
striatum_file = 'features_60X_Striatum_Slice2_Video1.csv'
12
12
cortex_file = 'features_100X_OGD_Cortex_Slice2_Video1.csv'
13
13
df_striat = pd .read_csv (testing_data_path + striatum_file )
You can’t perform that action at this time.
0 commit comments