summaryrefslogtreecommitdiff
path: root/master_thesis/frensch_procedures.py
diff options
context:
space:
mode:
authorNiclas Dobbertin <niclas.dobbertin@mailbox.org>2023-09-21 08:54:27 +0200
committerNiclas Dobbertin <niclas.dobbertin@mailbox.org>2023-09-21 08:54:27 +0200
commit3aa25b3d57e988969e804b95d36bd98b4049056a (patch)
treee12c9a84c9550950a46f17c4b58ddb8610a3b93a /master_thesis/frensch_procedures.py
parent66f293cc061d5e97390c64a07e5c9d40df5e8b12 (diff)
better instructions
Diffstat (limited to 'master_thesis/frensch_procedures.py')
-rw-r--r--master_thesis/frensch_procedures.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/master_thesis/frensch_procedures.py b/master_thesis/frensch_procedures.py
index c2ace41..3f9dad0 100644
--- a/master_thesis/frensch_procedures.py
+++ b/master_thesis/frensch_procedures.py
@@ -89,13 +89,13 @@ class WaterSample:
return max(self.lime[2], (self.toxin[2] - self.toxin[1]))
def index5_str(self):
- return "Der höhere zwischen (Gifte_3 - Gifte_2) und Sandstein_3"
+ return "Der Höhere von (Gifte_3 - Gifte_2), (Sandstein_3)"
def index6(self):
return min(self.algae, (self.lime[0] + self.toxin[0]))
def index6_str(self):
- return "Der kleinere zwischen Algen und (Sandstein_1 + Gifte_1)"
+ return "Der Kleinere von (Algen), (Sandstein_1 + Gifte_1)"
def overall(self):
return 100 - max(