When importing Query,
from marvin.tools.query import Query
I get the following warning:
[WARNING]: Could not remotely retrieve full set of parameters. Requests Http Status Error: 409 Client Error: CONFLICT for url: https://dr17.sdss.org/marvin/api/query/getparamslist/ (MarvinUserWarning)
This is preventing me from querying for the entire list of available parameters and limiting me to only 44 available parameters. I'm new to marvin so I'm not sure how to solve this.
I'm using marvin version 2.8.0
When importing Query,
from marvin.tools.query import QueryI get the following warning:
This is preventing me from querying for the entire list of available parameters and limiting me to only 44 available parameters. I'm new to marvin so I'm not sure how to solve this.
I'm using marvin version
2.8.0