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
In the R language version, when running the test example provided by the demo, you will encounter the error "ValueError: Cannot convert '(18, 64.0)' to a shape. Found invalid entry '64.0' of type '<class 'float'>'. How can this be resolved?"
The text was updated successfully, but these errors were encountered:
I've replied to your email and am glad that you finally solved it. This is a float to int conversion problem. I did not encounter it in my several different environments (mac and linux). I'll leave this issue open for a while, just in case others may have the same one.
The bug has been fixed by 564e0e4
RcausalEGM can only be installed by source, that is "devtools::install_github("SUwonglab/CausalEGM", subdir = "r-package/RcausalEGM")"
In the R language version, when running the test example provided by the demo, you will encounter the error "ValueError: Cannot convert '(18, 64.0)' to a shape. Found invalid entry '64.0' of type '<class 'float'>'. How can this be resolved?"
The text was updated successfully, but these errors were encountered: