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
adding some documentation to setup page, allowing central_path to be None
grey out transfer page / raise easy to understand error on trying to use transfer functions if central_path is None.
This may be a little bit hairy because so far the design has not considered central_path to be None. We will need to check all instances in which it is used and raise errors appropriately. However, I think this should be fairly straightforward as only a few user-facing API rely on central_path.
The text was updated successfully, but these errors were encountered:
This would include:
central_path
to beNone
central_path
isNone
.This may be a little bit hairy because so far the design has not considered
central_path
to beNone
. We will need to check all instances in which it is used and raise errors appropriately. However, I think this should be fairly straightforward as only a few user-facing API rely oncentral_path
.The text was updated successfully, but these errors were encountered: