Skip to content
Snippets Groups Projects
Commit a81cd48e authored by maeries's avatar maeries
Browse files

adjusted k factor again

parent 67f323b3
No related branches found
No related tags found
No related merge requests found
Pipeline #277855 passed
/public/
...@@ -15,7 +15,7 @@ from datetime import datetime ...@@ -15,7 +15,7 @@ from datetime import datetime
import multiprocessing as mp import multiprocessing as mp
# Constants for Elo calculation # Constants for Elo calculation
K_FACTOR = 5 K_FACTOR = 10
INITIAL_ELO = 1500 # Starting Elo for all teams INITIAL_ELO = 1500 # Starting Elo for all teams
...@@ -445,7 +445,7 @@ class EloSystem: ...@@ -445,7 +445,7 @@ class EloSystem:
</head> </head>
<body> <body>
<div class="content-container"> <div class="content-container">
<h1>Formula Student electric Elo Rankings</h1> <h1>Formula Student {self.competition_type} Elo Rankings</h1>
<p>Rankings based on {len(self.competition_history)} competitions.</p> <p>Rankings based on {len(self.competition_history)} competitions.</p>
<div class="chart-container"> <div class="chart-container">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment