Skip to content

code doesn't stop running #3

@mvereten

Description

@mvereten

Hello!

I've tried to run the vignette from https://cran.r-project.org/web/packages/ProFAST/vignettes/CosMx.html ,
and when I run this part of the code below, with the data as in the vignette,

dat_cor <- diagnostic.cor.eigs(CosMx_subset)
q_est <- attr(dat_cor, "q_est")
cat("q_est = ", q_est, '\n')

I get a "Progress:.....100%" printed out many many times, but the printing of this seems to have no end.

Is this a bug in the code by any chance?

P.S. If I stop this code and restart, none of the "Progress..."" text appears (repeated this several times, get the same phenomenon), but not sure the code is supposed to be running for hours and hours or this is a bug indeed.

Thanks,
Maria

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions