Skip to content

Commit

Permalink
Change comment to match property name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawalonoski committed Jul 26, 2024
1 parent 950416f commit 6668935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/synthea.properties
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ generate.costs.default_lab_cost = 100.00
generate.costs.default_device_cost = 0.00
# -- assumes supply costs are included in procedure cost, if not add to costs/supplies.csv
generate.costs.default_supply_cost = 0.00
# Cost methodology for specified costs (see src/main/resources/costs/*.csv)
# Cost method for specified costs (see src/main/resources/costs/*.csv)
# Each cost entry has a "min", "mode", and "max"
# Cost methodology can be one of: EXACT, GAUSSIAN, UNIFORM, EXPONENTIAL, TRIANGULAR
# Cost method can be one of: EXACT, GAUSSIAN, UNIFORM, EXPONENTIAL, TRIANGULAR
# EXACT: uses the "mode" cost exactly, with a geographic modifier
# GAUSSIAN: picks a cost normally distributed around the "mode"
# UNIFORM: picks a cost uniformly between "min" and "max"
Expand Down

0 comments on commit 6668935

Please sign in to comment.