fuji icon indicating copy to clipboard operation
fuji copied to clipboard

chore: convert json files to yaml

Open afuetterer opened this issue 5 months ago • 4 comments

Description

This PR finishes converting the data files in the data directory from JSON to YAML.

The preprocessor class now reads and writes yaml files. I also added a new attribute data_dir, which is pathlib.Path, to make accessing the files easier (e.g. cls.data_dir / some_file.yaml).

Related issue: #392

Types of changes

  • [x] Refactoring (no functional changes, no api changes)

Checklist

  • [x] I have read the contributor guide.
  • [x] My code follows the code style of this project.
  • [x] All new and existing tests passed.

afuetterer avatar Jan 13 '24 08:01 afuetterer