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
This suppress the error like this: Error in .jcall("RJavaArrayTools", "Z", "isArray", .jcast(o)) : java.lang.OutOfMemoryError: Java heap space
rJava documentation
.jgetEx polls for any pending exceptions and returns the exception object.
The text was updated successfully, but these errors were encountered:
yasu-sh
changed the title
Even if Java's exceptions occurs, empty graph returns wtihout any errors in search
Even if Java's exceptions occurs, empty graph returns without any errors in search
Apr 5, 2023
This is the small note to record a known issue:
If you use large datasets or sets many required edges, you may get empty graph without any errors.
This sympton is caused by the code as below:
r-causal/R/tetradrunner.R
Line 211 in 1649315
This suppress the error like this:
Error in .jcall("RJavaArrayTools", "Z", "isArray", .jcast(o)) : java.lang.OutOfMemoryError: Java heap space
rJava documentation
The text was updated successfully, but these errors were encountered: