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
Hello,
Thank you for sharing this tool. I think that the enact conda env should be created with python10, because run_enact raises an error for python version below 3.10 (I think that operator | was added in python3.10):
File "../analysis_workspaces/visium_hd_telocytes/code/envs/enact_py_env/lib/python3.9/site-packages/numpyro/diagnostics.py", line 233, in <module> samples: dict | np.ndarray, prob: float = 0.90, group_by_chain: bool = True TypeError: unsupported operand type(s) for |: 'type' and 'type'
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for sharing this tool. I think that the enact conda env should be created with python10, because run_enact raises an error for python version below 3.10 (I think that operator | was added in python3.10):
File "../analysis_workspaces/visium_hd_telocytes/code/envs/enact_py_env/lib/python3.9/site-packages/numpyro/diagnostics.py", line 233, in <module> samples: dict | np.ndarray, prob: float = 0.90, group_by_chain: bool = True TypeError: unsupported operand type(s) for |: 'type' and 'type'
The text was updated successfully, but these errors were encountered: