Skip to content
Mateusz Bieniek edited this page Dec 10, 2020 · 2 revisions

TIES20

Use:

  • pathlib instead of strings/paths, os.path.relpath when necessary
  • paths in the input files should always be relative, this way they can be rerun in the future (os.path.relpath)
Clone this wiki locally