Skip to main content

class wandb.apis.public.IncompleteRunHistoryError

Raised when run history has incomplete history. Incomplete history occurs when some data has not been exported to parquet files yet, typically because the run is still ongoing.

Methods

method BaseException.add_note()

Exception.add_note(note) — add a note to the exception
Arguments
  • object:

method BaseException.with_traceback()

Exception.with_traceback(tb) — set self.traceback to tb and return self.
Arguments
  • object: