Hello, I am encountering an error when I attempt to run an example script.
AttributeError: 'module' object has no attribute 'groupcat'
I did already download all the fix scripts from bitbucket source and imported before running
Thanks so much for this awesome simulation it is incredible
Sincerely,
Dan
Hello, I actually was able to get the script to run by deleting groupcat
subhalos = il.loadSubhalos(basePath,135,fields=fields)
works just fine.
cheers
Glad you got this working, I guess it will depend on exactly how you imported il.
il
Hello, I am encountering an error when I attempt to run an example script.
AttributeError: 'module' object has no attribute 'groupcat'
I did already download all the fix scripts from bitbucket source and imported before running
Thanks so much for this awesome simulation it is incredible
Sincerely,
Dan
Hello, I actually was able to get the script to run by deleting groupcat
subhalos = il.loadSubhalos(basePath,135,fields=fields)
works just fine.
cheers
Glad you got this working, I guess it will depend on exactly how you imported
il
.