moscot.problems.cross_modality.TranslationProblem.save#

TranslationProblem.save(path, overwrite=False)#

Save the problem to a file.

Parameters:
  • path (Union[str, Path]) – Path where to save the problem.

  • overwrite (bool) – Whether to overwrite an existing file.

Return type:

None

Returns:

: Nothing, just saves the problem using cloudpickle.