diff --git a/make_graph.py b/make_graph.py index 6623aff..a2b0afc 100755 --- a/make_graph.py +++ b/make_graph.py @@ -15,7 +15,7 @@ import sys, yaml, getopt def allalike(loc): "Select out loci related to the Maze All Alike" - return ("ALIKE" in loc) or (loc == "LOC_PITBRINK") or ("MAZEEND" in loc) or ("STALACTITE" in loc) or (loc == "LOC_MISTWEST") + return ("ALIKE" in loc) or (loc == "LOC_PITBRINK") or ("MAZEEND" in loc) or ("STALACTITE" in loc) def surface(attrs): "Select out surface locations"