diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-05-28 11:30:32 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-05-28 11:30:32 +1000 |
| commit | 9f0dcdea1049a59cd1fb4f0872edee1b7a87a4e6 (patch) | |
| tree | 3bb51b1bf2fd4ce1f25522b60b1dfbb17d8a4811 /backend/data/README.md | |
| parent | 14f20c9e4e27bf0e57b06c7251e17bef9ad10c67 (diff) | |
Fix tree-trimming to not discard certain nodes
Was trimming off nodes without an image/desc/reduced_tree_presence,
including those with a descdendant that has them. Was using a
linked-image association to prevent this, but this wasn't reliable.
Diffstat (limited to 'backend/data/README.md')
| -rw-r--r-- | backend/data/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/data/README.md b/backend/data/README.md index d444e4f..4655c2d 100644 --- a/backend/data/README.md +++ b/backend/data/README.md @@ -65,6 +65,6 @@ Other Files of possibly-significant nodes are removed, using a short-sighted heuristic. <br> One way to generate this list is to generate the files as usual, - then get node names that have an associated image, linked-image, - description, or presence in r_nodes. Then run the genOtolData.py - and genEolNameData.py scripts again. + then get node names that have an associated image, description, or + presence in r_nodes. Then run the genOtolData.py and genEolNameData.py + scripts again (after deleting their created tables). |
