UnsupportedFileExtensionError#

exception neurocaps.exceptions.UnsupportedFileExtensionError[source]#

Bases: Exception

Unsupported File Extension Exception.

This exception occurs when attempting to unpickle a file that does not have a supported extension (i.e. “.pkl”, “.pickle”, and “.joblib”).

Added in version 0.26.5.