Skip to content

Commit 1444889

Browse files
authored
Merge pull request #38 from NREL/feature/drag-coeff-coeff-vector
update API to allow input of drag coeff vec
2 parents 08950ad + af137a5 commit 1444889

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/altrios/altrios_py.pyi

+1
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,7 @@ class TrainConfig(SerdeAPI):
820820
train_type: str
821821
train_length_meters: Optional[float]
822822
train_mass_kilograms: Optional[float]
823+
drag_coeff_vec: Optional[List[float]]
823824
@classmethod
824825
def default(cls) -> Self: ...
825826

0 commit comments

Comments
 (0)