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
It's basically working but I find that when I hit the timelimit then rather than getting "None" in my time file, the file is empty. Not sure what is going on there. This is causing problems in combine_ROC_data.R since we get an error:
Error in summarise():
ℹ In argument: time_median = median(time).
ℹ In group 1: id = "gobnilp-neat-bge", adjmat = "pcalg_randdag/max_parents=5/n=20/d=4/par1=None/par2=None/method=er/DAG=True", parameters = "sem_params/min=0.25/max=1", data = "iid/n=5000/standardized=True", alpha_mu = 0.01.
The text was updated successfully, but these errors were encountered:
It's basically working but I find that when I hit the timelimit then rather than getting "None" in my time file, the file is empty. Not sure what is going on there. This is causing problems in combine_ROC_data.R since we get an error:
Error in
summarise()
:ℹ In argument:
time_median = median(time)
.ℹ In group 1:
id = "gobnilp-neat-bge"
,adjmat = "pcalg_randdag/max_parents=5/n=20/d=4/par1=None/par2=None/method=er/DAG=True"
,parameters = "sem_params/min=0.25/max=1"
,data = "iid/n=5000/standardized=True"
,alpha_mu = 0.01
.The text was updated successfully, but these errors were encountered: