cgm-ml icon indicating copy to clipboard operation
cgm-ml copied to clipboard

Refactor: Instead of str paths us pathlib.Path

Open markus-hinsche opened this issue 3 years ago • 0 comments

Motivation: The recommended way of handling paths in Python3 are pathlib.Path.

Status Quo: Currently we use both:

  • str-like path
  • pathlib.Path

Solution: Refactor larger parts of the code to use pathlib.Path instead of str-like paths. Parts of the code could be tackled

  • src/common/evaluation
  • depthmap_toolkit
  • src/models/

markus-hinsche avatar Jul 07 '21 13:07 markus-hinsche