You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Note, the object seems to load fine and I don't see it when I reload the same object or a new one.
The text was updated successfully, but these errors were encountered: