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
Hey @wimax-grapl, sorry for getting burned by that... We'll certainly add to the docstring and possible add a warning about have both parameters set, don't want to introduce a break change.
https://github.com/jrxFive/python-nomad/blob/master/nomad/__init__.py
One has to drill down to the Requester object to learn that
address
takes precedence overhost/port
.python-nomad/nomad/api/base.py
Line 53 in f6dcba8
if anything, this should be some sort of xor (throw an exception if address and [host/port] are specified)
The text was updated successfully, but these errors were encountered: