Skip to content

Commit

Permalink
Merge pull request #80 from linomp/eval/bottleneck
Browse files Browse the repository at this point in the history
revert revenue per day edit
  • Loading branch information
linomp authored Aug 31, 2024
2 parents 9972c1e + e0d7736 commit 9c5c857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvp/server/core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# Financials
INITIAL_CASH = 0
REVENUE_PER_DAY = 10
REVENUE_PER_DAY = 15
MAINTENANCE_COST = 40
SENSOR_COST = 30
PREDICTION_MODEL_COST = 60
Expand Down

0 comments on commit 9c5c857

Please sign in to comment.