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
I was testing the functions in this package and I have a problem with set_specification. When I try to use it to change the specification of some sa item in a workspace I get an error. The following code reproduces the error:
Error en .jcall(jsap, "V", "setSpecification", as.integer(idx - 1), jspec):
method setSpecification with signature (ILjdplus/sa/base/api/SaSpecification;)V not found
I don't know if it's really a bug or I'm using the function in a wrong way. In the second case, I would appreciate some indications on how to use it properly.
The text was updated successfully, but these errors were encountered:
I was testing the functions in this package and I have a problem with set_specification. When I try to use it to change the specification of some sa item in a workspace I get an error. The following code reproduces the error:
The error I get when executing the last line is;
I don't know if it's really a bug or I'm using the function in a wrong way. In the second case, I would appreciate some indications on how to use it properly.
The text was updated successfully, but these errors were encountered: