Hello,
I am trying to load a descendant branch for an object in TNG100-1, but I get the following error:
TypeError Traceback (most recent call last) Cell In[11], line 1 ----> 1 tree = il.sublink.loadTree('sims.TNG/TNG100-1/output', 15, 0, fields=fields, onlyMDB=True)
TypeError: loadTree() got an unexpected keyword argument 'onlyMDB'
Am I running an old version of illustris_python in the server? How can I fix this?
Make sure you are using the latest version of illustris_python (delete the folder you have, and get a new copy from github).
OK, that worked. Thanks, Dylan.
Hello,
I am trying to load a descendant branch for an object in TNG100-1, but I get the following error:
TypeError Traceback (most recent call last)
Cell In[11], line 1
----> 1 tree = il.sublink.loadTree('sims.TNG/TNG100-1/output', 15, 0, fields=fields, onlyMDB=True)
TypeError: loadTree() got an unexpected keyword argument 'onlyMDB'
Am I running an old version of illustris_python in the server? How can I fix this?
Make sure you are using the latest version of illustris_python (delete the folder you have, and get a new copy from github).
OK, that worked. Thanks, Dylan.