-
Notifications
You must be signed in to change notification settings - Fork 18
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
Facets warning appears even when facets are specified #93
Comments
I'm having the same issue! |
@onnyyonn and @siankg the issue is the ordering, because the code is catching the additional unspecified keyword arguments internally, you need to use |
Thanks for the info! I tried switching it but got the same error message.
|
Gave myself a red herring (it disappeared temporarily for me, but it was late at night): will post here again, having an investigate! |
Further to this, I wasn't realising the warning comes from the invocation of |
I am searching for all the files matching a given list of parameters. Even though I specify
facets
while creating anew_context
, I still get the facets warning. In case it matters, I am creating a number of new contexts inside loops. Here is an example code snippet for what I am trying to do:Here I am calling the
search_esgf
function inside loops, and inside that function a new context is being created, withfacets='source_id'
specified. Why do I still get the facets warning?The text was updated successfully, but these errors were encountered: