NREL / PyDSS

Other
33 stars 19 forks source link

Develop new #124

Closed AadilLatif closed 1 year ago

AadilLatif commented 1 year ago

two motor stall models

AadilLatif commented 1 year ago

@daniel-thom Tests seem to be failing due to some import from pydantic

daniel-thom commented 1 year ago

@daniel-thom Tests seem to be failing due to some import from pydantic

Version 2 of pydantic was a major change to the API. We need to limit it to version 1. Put this in requirements.txt:

pydantic~=1.10.11