features/flight_committees.feature in flight-0.0.21 vs features/flight_committees.feature in flight-0.0.22

- old
+ new

@@ -3,11 +3,11 @@ Scenario: Cohort committee from t100 with usable characteristics Given a flight emitter And a characteristic "origin_airport.iata_code" of "AIA" When the "cohort" committee is calculated - Then the conclusion of the committee should have a record with "count" equal to "1" + Then the conclusion of the committee should have a record with "count" equal to "2" Scenario: Cohort committee from t100 with no usable characteristics Given a flight emitter And a characteristic "origin_airport.iata_code" of "XXX" When the "cohort" committee is calculated @@ -74,11 +74,11 @@ Scenario: Freight share committee from default Given a flight emitter When the "freight_share" committee is calculated Then the committee should have used quorum "default" - And the conclusion of the committee should be "0.06391" + And the conclusion of the committee should be "0.07065" Scenario: Fuel type committee from default Given a flight emitter When the "fuel_type" committee is calculated Then the conclusion of the committee should have a record with "emission_factor" equal to "2.52714" @@ -175,11 +175,11 @@ Scenario: Load factor committee from default Given a flight emitter When the "load_factor" committee is calculated Then the committee should have used quorum "default" - And the conclusion of the committee should be "0.86667" + And the conclusion of the committee should be "0.85" Scenario Outline: Seats committee from aircraft Given a flight emitter And a characteristic "aircraft.icao_code" of "<code>" When the "seats" committee is calculated @@ -218,11 +218,11 @@ Scenario: Seats committee from default Given a flight emitter When the "seats" committee is calculated Then the committee should have used quorum "default" - And the conclusion of the committee should be "116" + And the conclusion of the committee should be "118" Scenario: Passengers committee Given a flight emitter And a characteristic "seats" of "100" And a characteristic "load_factor" of "0.9" @@ -266,10 +266,10 @@ And the conclusion of the committee should have a record with "m2" equal to "<m2>" And the conclusion of the committee should have a record with "m1" equal to "<m1>" And the conclusion of the committee should have a record with "endpoint_fuel" equal to "<b>" Examples: | origin | m3 | m2 | m1 | b | - | AIA | 0 | 0 | 2 | 0 | + | AIA | 0 | 0 | 1 | 0 | Scenario Outline: Fuel use coefficients committee from default Given a flight emitter When the "fuel_use_coefficients" committee is calculated Then the committee should have used quorum "default"