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
Thanks for pointing this out, this is very interesting.
This code should have given an error in the previous versions of the package as well. It was working, but it wasn't designed to work in this manner. Actions should only be added to DAGs returned from set.DAG() function, which checks the DAG object for consistency and errors. The above code is trying to add an action to a DAG object "D", rather than object "setDl2". Otherwise you are not using setDl2 anywhere in your code.
I am trying to perform a deterministic intervention on a DAG.
The D_act assignment fails to run under 0.5.0 while suceeds under 0.4.0. Could you please take a look when you have time?
The text was updated successfully, but these errors were encountered: