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
Currently, when the registration objects are initialized, it checks to see if the GeoData objects have had their data "prepped". If not, it raises a RuntimeError, with a message about ensuring the prep method on the GeoData object was run.
As other code in the stack can also raise RuntimeError's, we should likely create our own exception that users can specifically try and catch.
The text was updated successfully, but these errors were encountered:
Currently, when the registration objects are initialized, it checks to see if the GeoData objects have had their data "prepped". If not, it raises a
RuntimeError
, with a message about ensuring theprep
method on the GeoData object was run.As other code in the stack can also raise RuntimeError's, we should likely create our own exception that users can specifically try and catch.
The text was updated successfully, but these errors were encountered: