Skip to content

Commit f5145d9

Browse files
committed
BUG: provide a helper function for a bug in data naming
the extent of this processing is not yet known. will work to characterize further but this function is a workaround.
1 parent f9534f2 commit f5145d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/multiscaleSVDxpts.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4942,7 +4942,6 @@ apply_simlr_matrices_dtfix <- function(existing_df, matrices_list, n_limit = NUL
49424942
rownames(matrices_list_fix$dt)=shorten_pymm_names( rownames(matrices_list$dt ) )
49434943
dt_cols = rownames(matrices_list_fix$dt)
49444944
shortened_dt_cols = shorten_pymm_names(dt_cols)
4945-
print(shortened_existing_df_cols)
49464945
dt_correspondence = sum(shortened_existing_df_cols %in% shortened_dt_cols) > sum(existing_df_cols %in% dt_cols)
49474946
}
49484947
if ( "dta" %in% names(matrices_list) ) {

0 commit comments

Comments
 (0)