Remove old unused formatter logic
Open
- Dominant language
- XC
- Stars
- 18
- Forks
- 38
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 3
Description
ALE has three files:
- ale/formatters/usgscsm_formatter.py
- ale/formatters/isis_formatter.py
- ale/formatters/formatter.py
These are mutated copies of the same thing, and in practice only the last one, formatter.py is used when creating ISD.
The former two need to go, as they make it hard to understand how the logic works and where one should change or what code to read.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.