We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from siphon.ncss import NCSS ncss = NCSS('http://thredds.ucar.edu/thredds/ncss/nws/metar/ncdecoded/Metar_Station_Data_fc.cdmr') query = ncss.query() ncss.validate_query(query)
returns set()
set()
Looks like the nice short-circuit behavior results in the return of the empty variable query--I think a call to bool() is in order.
bool()
The text was updated successfully, but these errors were encountered:
df3102b
Merge pull request #143 from dopplershift/fix-102
7ffbe95
BUG: Fix empty set returned from validate_query (Fixes #102)
dopplershift
No branches or pull requests
returns
set()
Looks like the nice short-circuit behavior results in the return of the empty variable query--I think a call to
bool()
is in order.The text was updated successfully, but these errors were encountered: