Skip to content

Commit

Permalink
Simplify tree ranks name
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolineDenis committed Oct 23, 2024
1 parent 22e7493 commit ed4dbac
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions specifyweb/specify/tree_ranks.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,10 @@
TECTONIC_UNIT_RANKS = {
'root': 0,
'superstructure': 10,
'tectonic_domain': 20,
'tectonic_subdomain': 30,
'tectonic_unit': 40,
'tectonic_subunit': 50,
'tectonic domain': 20,
'tectonic subdomain': 30,
'tectonic unit': 40,
'tectonic subunit': 50
'domain': 20,
'subdomain': 30,
'unit': 40,
'subunit': 50,
}

DEFAULT_RANK_INCREMENT = 100
Expand Down

0 comments on commit ed4dbac

Please sign in to comment.