You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently not possible to pass proxies and verify parameters upon connection. This imposes substantial restrictions to data access for users working in institutions under proxies.
It would be an easy change amounting to including default parameters proxies=None and verify=True to a number of functions such as
All calls to requests
pyam.iiasa.Connection so that this can be called e.g. as conn = pyam.iiasa.Connection(proxies=PROXIES['https'], verify=where())
pyam.read_iiasa
etc
Would you kindly be able to push a new version accounting for this?
The text was updated successfully, but these errors were encountered:
Thanks @LucaMingarelli - we don't have the capacity to implement and thoroughly test such a feature extension ourselves, but happy to review if you can start a PR.
It is currently not possible to pass
proxies
andverify
parameters upon connection. This imposes substantial restrictions to data access for users working in institutions under proxies.It would be an easy change amounting to including default parameters
proxies=None
andverify=True
to a number of functions such asrequests
pyam.iiasa.Connection
so that this can be called e.g. asconn = pyam.iiasa.Connection(proxies=PROXIES['https'], verify=where())
pyam.read_iiasa
Would you kindly be able to push a new version accounting for this?
The text was updated successfully, but these errors were encountered: