Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update for traffic usage
  • Loading branch information
JarryGabriel authored Aug 29, 2024
1 parent 3eef669 commit 4fe69a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ flight = pd.DataFrame({
"mass": [60000, 60000, 60000, 60000]
})

flight_fuel = fe.estimate(flight)
flight_fuel = fe.estimate(flight) #flight.data if traffic flight
```

Note:
Expand Down

0 comments on commit 4fe69a0

Please sign in to comment.