sisl.io.SileWarning

exception sisl.io.SileWarning

Bases: SislWarning

Warnings that informs users of things to be carefull about when using their retrieved data

These warnings should be issued whenever a read/write routine is unable to retrieve all information but are non-influential in the sense that sisl is still able to perform the action.

__init__(*args, **kwargs)
add_note()

Exception.add_note(note) – add a note to the exception

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.