Skip to content

Commit

Permalink
Removed outdated reference to pareto front
Browse files Browse the repository at this point in the history
  • Loading branch information
danyoungday committed May 30, 2024
1 parent e5bfbfd commit 39a0dc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions use_cases/eluc/app/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
# Pareto front
PARETO_CSV_PATH = PRESCRIPTOR_PATH / "pareto.csv"
PARETO_FRONT_PATH = PRESCRIPTOR_PATH / "pareto_front.png"
with open(PARETO_FRONT_PATH, 'rb') as f:
PARETO_FRONT = base64.b64encode(f.read()).decode('ascii')

FIELDS_PATH = PRESCRIPTOR_PATH / "fields.json"

Expand Down

0 comments on commit 39a0dc5

Please sign in to comment.