-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'str' object has no attribute 'sources' #116
Comments
Odd, the code is here, and I can't see how Could you please add a print(self.lsm) statement just before to see what's up? Also, I notice you're using python2.7 -- not sure it's even supported anymore, would you try a python3 virtualenv instead? |
I have released a backport version of tigger-lsm for python 2.7 a while back. You should try upgrading to that. Unfortunately the 2.7 series is sunset. If that does not work please follow the updated build instructions in https://github.com/ratt-ru/meqtrees/wiki/BuildFromSource |
tigger-lsm 1.7.0 is the last 2.7 release referred to above |
I am actually running through the meqbrowser on the like server and so cannot edit that script. I have however tried on crosby and it works, both are using python 2.7 so I don't think its that. |
Hi,
I'm trying to simulate a simple sky pattern into an empty MS using the turbo sim script and I get:
The Tigger LSM skymodel looks like this:
It however does work when I use the example-sim.py for the simulation.
The text was updated successfully, but these errors were encountered: