-
-
Notifications
You must be signed in to change notification settings - Fork 410
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
pandas warning on config ? #105
Comments
@ssim Öha like our austrian neighbours say - that shouldn't be. I've encountered that before and think that this has to do with versioning of pandas (can you give the pandas version). In |
@wkerzendorf my pandas version is 0.13.1, which I believe is the most recent |
I have tracked the issue to line 480ish in atomic.py. Proposed solution is to add line to make:
Apparently the error is because the operation making self.lines here thinks it's a copy. @wkerzendorf Thoughts about this? Is there a better way to write this? |
This is now resolved. |
I pulled from Master today. With the current version I got the following warning:
radial1d = model.Radial1DModel(tardis_config)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pandas/core/frame.py:2536: SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame
inplace=inplace)
it's only a warning (not an error) but it didn't happen before. Sounds like something we should clean up. Can someone tell me if something in this config file is not really valid now (@wkerzendorf @mklauser)?
The config file I used was:
The text was updated successfully, but these errors were encountered: