Skip to content

Add helpful warning/error message when calling "import pandas" from source directory #250

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

Closed
wesm opened this issue Oct 18, 2011 · 0 comments
Milestone

Comments

@wesm
Copy link
Member

wesm commented Oct 18, 2011

No description provided.

wesm added a commit that referenced this issue Oct 19, 2011
@wesm wesm closed this as completed Oct 19, 2011
dan-nadler pushed a commit to dan-nadler/pandas that referenced this issue Sep 23, 2019
…-dev#250 ) (pandas-dev#460)

* Don't re-authenticate with every call to read/access the top level collection, unless connection is reset. Thread-safe.

Add arctic_reset method which is called by Store implementation upon init, to force reconnect/re-auth

Instead of resetting Arctic connection everytime we instantiate a new Store, only trigger re-authentication for the Databases

added multiprocessing safety for Arctic connection and tests

make only one getpid call

simplified the design, auth is called either at instantiation of the artict top level lib, or if Arctic is reset (explicitly or afer fork)

* enhanced the integration tests for arctic, excercised also the reset()

* incorporating PR comment, print is not necessary here

* PR comment change: don't require/expect from Store implementation to trigger _reset_auth(), trigger it on ArcticLibraryBinding instantiation and whenever Acttic's connection is reset

* added integration test to verify re-auth is triggered when Arctic is reset

* leftover comment was removed

* fixed bug with ArcticLibraryBinding not picking up the arctic reset, improved test coverage, split the multithreading tests to separate files

* nicer call count handling in test

* added the changes to the change log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant