added scoring file
This commit is contained in:
parent
188da8cc16
commit
7b6a1184b0
11
source/scoring.py
Normal file
11
source/scoring.py
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"""
|
||||||
|
script with functions for evaluating scores of users
|
||||||
|
"""
|
||||||
|
__author__ = "Florian Kellermann, Linus Eickhoff, Florian Kaiser"
|
||||||
|
__date__ = "02.05.2022"
|
||||||
|
__version__ = "0.0.1"
|
||||||
|
__license__ = "None"
|
||||||
|
|
||||||
|
def eval_score(price, guessed_price):
|
||||||
|
return 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user