Skip to content

Commit

Permalink
removed rust-only class/struct from pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Jul 31, 2023
1 parent 99bc632 commit 5d8c32e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions python/fastsim/fastsimrust.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -875,14 +875,6 @@ class VehicleThermal:
def reset_orphaned(self) -> None:
"""Reset the orphaned flag to false."""
...
class AirProperties:
def __init__(self):
self.te_array_degc: List[float] = []
self.k_array: List[float] = []
self.c_p_array: List[float] = []
self.h_array: List[float] = []
self.mu_array: List[float] = []
self.pr_array: List[float] = []

class SimDriveHot:
sd: RustSimDrive
Expand Down

0 comments on commit 5d8c32e

Please sign in to comment.