Skip to content

Commit

Permalink
refactor!: remove text/* files, which are no longer useful
Browse files Browse the repository at this point in the history
With the addition of more defect bits, most QA bins have some sort of
defect, especially RG-A Pass 2, where every single QA bin has the
`BSAWrong` bit set. These text files therefore have little to no value,
so this PR removes them as well as the generation script. The underlying
scripts will remain, however, in case they are needed in the future.
  • Loading branch information
c-dilks committed Oct 22, 2024
1 parent d165bc7 commit 61c4851
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 680,608 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ You may access the QADB in many ways:
the section *QA data storage, Table files* below for details for how
to read these files
* QADB JSON files are stored in `qadb/*/qaTree.json`
* there are also some text files stored in `text/`, but they are no longer maintained

## Software Access

Expand Down Expand Up @@ -259,9 +258,7 @@ Documentation for QADB maintenance and revision
* [ ] `mkdir qadb/pass${pass}/${dataset}/`, then copy the final `qaTree.json` and
`chargeTree.json` to that directory
* [ ] add/update a symlink to this dataset in `qadb/latest`, if this is a new Pass
* [ ] run `source environ.sh` and:
* [ ] run `bin/makeTables.sh`
* [ ] run `bin/makeTextFiles.sh`
* [ ] run `source environ.sh`, then `bin/makeTables.sh`
* [x] ~~update customized QA criteria sets, such as `OkForAsymmetry`~~ this function is no longer maintained
* [ ] update the above table of data sets
* [ ] submit a pull request
Expand Down
35 changes: 0 additions & 35 deletions bin/makeTextFiles.sh

This file was deleted.

Loading

0 comments on commit 61c4851

Please sign in to comment.