Commit e5ab0cc3f96b9dd025b566423377644eaaace44d

Authored by Antoine Goutenoir
1 parent 4276f1aa
Exists in master

23g per km for the train.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
flaskr/laws/travel_emission_linear_fit.py
... ... @@ -77,7 +77,7 @@ class EmissionModel(BaseEmissionModel):
77 77 }
78 78  
79 79 def compute_train_footprint(self, distance):
80   - return distance * 0.020
  80 + return distance * 0.023
81 81  
82 82 def compute_airplane_footprint(
83 83 self,
... ...