Skip to content

Commit c39b382

Browse files
authored
fix(ae): Update CSV file path for knn data input
1 parent bd667c8 commit c39b382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script_ae/plot_fig4_knn.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ axisSize <- 13
109109
legendSize <- 13
110110
faxisSize <- 14
111111

112-
t <- read.csv("data/incre_update/insert_2.csv")
112+
t <- read.csv("data/incre_update/incre_insert.csv")
113113
t <- wash_name(t)
114114
# sapply(t, typeof) // check column type
115115
gs_ids <- plot(t, "Uniform_by_x", "Sweepline-IND", 0.0001, "IDS", titleSize, axisSize, legendSize)

0 commit comments

Comments
 (0)