Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when loading first parameter object in a session #377

Open
mikegilchrist opened this issue Nov 22, 2021 · 1 comment
Open

Error when loading first parameter object in a session #377

mikegilchrist opened this issue Nov 22, 2021 · 1 comment

Comments

@mikegilchrist
Copy link
Contributor

When loading a parameter object for the first time in a session, I get the following error repeated once for every gene in the parameter object.

>  parameter <- loadParameterObject(output.file)
Error in x$.self$finalize() : attempt to apply non-function
Error in x$.self$finalize() : attempt to apply non-function
...
Error in x$.self$finalize() : attempt to apply non-function
Error in x$.self$finalize() : attempt to apply non-function
Error in (function (x)  : attempt to apply non-function
> parameter
C++ object <0x5627a2caf2f0> of class 'ROCParameter' <0x56279522d270

Note, the object seems to load fine and I don't see it when I reload the same object or a new one.

@acope3
Copy link
Owner

acope3 commented Dec 17, 2021

I can't remember: did you figure out what was going on with this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants