Skip to content

Commit

Permalink
chore: remove airTransportRatio from examples (#785)
Browse files Browse the repository at this point in the history
## 🔧 Problem

Following the merge of #757,
`airTransportRatio` field is not needed anymore in exemples.

[Notion
card](https://www.notion.so/Supprimer-la-valeur-fixe-airtransportratio-des-exemples-06d8fb81da934bb3a9c1f8783063e302)

## 🍰 Solution

Remove the field from the examples file.

## 🏝️ How to test

Tests should still be green and scores should still be the same.
The test scenario described in this [Notion
card](https://www.notion.so/Adapter-la-part-de-transport-en-avion-automatiquement-en-fonction-de-la-durabilit-76a7514bedb44d3298f401d69f09672f)
should still work.
  • Loading branch information
vjousse authored Oct 8, 2024
1 parent 148dbca commit ad762ee
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions public/data/textile/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"countryFabric": "RAS",
"countryDyeing": "RAS",
"countryMaking": "RAS",
"airTransportRatio": 1,
"business": "large-business-without-services",
"marketingDuration": 65,
"numberOfReferences": 100000,
Expand All @@ -89,7 +88,6 @@
"countryFabric": "CN",
"countryDyeing": "CN",
"countryMaking": "CN",
"airTransportRatio": 1,
"business": "large-business-without-services",
"marketingDuration": 115,
"numberOfReferences": 12000,
Expand Down Expand Up @@ -118,7 +116,6 @@
"countryFabric": "CN",
"countryDyeing": "CN",
"countryMaking": "CN",
"airTransportRatio": 1,
"business": "large-business-without-services",
"marketingDuration": 115,
"numberOfReferences": 12000,
Expand Down Expand Up @@ -244,7 +241,6 @@
"countryFabric": "RAS",
"countryDyeing": "RAS",
"countryMaking": "RAS",
"airTransportRatio": 1,
"business": "large-business-without-services",
"marketingDuration": 65,
"numberOfReferences": 100000,
Expand Down Expand Up @@ -273,7 +269,6 @@
"countryFabric": "CN",
"countryDyeing": "CN",
"countryMaking": "CN",
"airTransportRatio": 1,
"business": "large-business-without-services",
"marketingDuration": 115,
"numberOfReferences": 12000,
Expand Down Expand Up @@ -342,7 +337,6 @@
}
],
"product": "jupe",
"airTransportRatio": 1,
"marketingDuration": 65,
"numberOfReferences": 100000,
"price": 15
Expand All @@ -361,7 +355,6 @@
}
],
"product": "chemise",
"airTransportRatio": 1,
"marketingDuration": 65,
"numberOfReferences": 100000,
"price": 15
Expand All @@ -381,7 +374,6 @@
],
"product": "jean",
"fading": true,
"airTransportRatio": 1,
"marketingDuration": 65,
"numberOfReferences": 100000,
"price": 20
Expand All @@ -400,7 +392,6 @@
}
],
"product": "pantalon",
"airTransportRatio": 1,
"marketingDuration": 65,
"numberOfReferences": 100000,
"price": 20
Expand All @@ -419,7 +410,6 @@
}
],
"product": "manteau",
"airTransportRatio": 1,
"marketingDuration": 65,
"numberOfReferences": 100000,
"price": 40
Expand All @@ -438,7 +428,6 @@
}
],
"product": "tshirt",
"airTransportRatio": 1,
"business": "large-business-without-services",
"marketingDuration": 65,
"numberOfReferences": 100000,
Expand All @@ -463,7 +452,6 @@
"countryFabric": "---",
"countryDyeing": "---",
"countryMaking": "---",
"airTransportRatio": 1,
"business": "large-business-without-services",
"marketingDuration": 65,
"numberOfReferences": 100000,
Expand All @@ -485,7 +473,6 @@
}
],
"product": "pull",
"airTransportRatio": 1,
"business": "large-business-without-services",
"marketingDuration": 65,
"numberOfReferences": 100000,
Expand All @@ -506,7 +493,6 @@
}
],
"product": "chaussettes",
"airTransportRatio": 1,
"business": "large-business-without-services",
"marketingDuration": 65,
"numberOfReferences": 100000,
Expand All @@ -527,7 +513,6 @@
}
],
"product": "calecon",
"airTransportRatio": 1,
"business": "large-business-without-services",
"marketingDuration": 65,
"numberOfReferences": 100000,
Expand All @@ -548,7 +533,6 @@
}
],
"product": "slip",
"airTransportRatio": 1,
"business": "large-business-without-services",
"marketingDuration": 65,
"numberOfReferences": 100000,
Expand All @@ -569,7 +553,6 @@
}
],
"product": "maillot-de-bain",
"airTransportRatio": 1,
"business": "large-business-without-services",
"marketingDuration": 65,
"numberOfReferences": 100000,
Expand Down

0 comments on commit ad762ee

Please sign in to comment.