Skip to content

Commit

Permalink
Update pinned docstring values
Browse files Browse the repository at this point in the history
  • Loading branch information
trdean1 committed Apr 17, 2024
1 parent 8f5aabb commit 2c06549
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pycontrails/models/ps_model/ps_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,16 +405,16 @@ def ps_nominal_grid(
>>> perf.to_dataframe()
aircraft_mass engine_efficiency fuel_flow
level
200.0 57989.240152 0.302153 0.604883
210.0 60819.870039 0.302156 0.631772
220.0 64021.435191 0.302156 0.661856
230.0 67205.781633 0.302156 0.693004
240.0 70351.196513 0.302156 0.726069
250.0 71677.860483 0.302096 0.743054
260.0 71664.587950 0.301756 0.749582
270.0 71647.346486 0.301200 0.757550
280.0 71626.941615 0.300498 0.766680
290.0 71603.964267 0.299700 0.776765
200.0 57857.463750 0.314462 0.580472
210.0 60626.062062 0.314467 0.605797
220.0 63818.498305 0.314467 0.634645
230.0 66993.691515 0.314467 0.664512
240.0 70129.930503 0.314467 0.696217
250.0 71747.933832 0.314423 0.714997
260.0 71735.433936 0.314098 0.721147
270.0 71719.057287 0.313542 0.728711
280.0 71699.595538 0.312830 0.737412
290.0 71677.628782 0.312016 0.747045
"""
coords: dict[str, Any] | xrcc.DataArrayCoordinates
if isinstance(air_temperature, xr.DataArray):
Expand Down

0 comments on commit 2c06549

Please sign in to comment.