Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pydantic and user input models (#77)
* adding pydantic dependency * Added user input models. Co-authored-by: Erika Nesse <[email protected]> Co-authored-by: Alan Pinkert <[email protected]> Co-authored-by: Debajyoti Debnath <[email protected]> Co-authored-by: harry <[email protected]> * Added SummaryOutput class. Refactored docstrings to 72 character maximum. Refactored if-else statement. Co-authored-by: Erika Nesse <[email protected]> Co-authored-by: Nate <[email protected]> Co-authored-by: harry <[email protected]> Co-authored-by: Debajyoti Debnath <[email protected]> Co-authored-by: Jeff Korenstein <[email protected]> * black * Moved Pydantic models into split folder Co-authored-by: Erika Nesse <[email protected]> Co-authored-by: harry <[email protected]> Co-authored-by: Debajyoti Debnath <[email protected]> Co-authored-by: Jonathan Kwan <[email protected]> Co-authored-by: Nate <[email protected]> * updated pydantic models * Refactor Home class in engine.py. * changes from this session * cleaned up code from halloween! * added SummaryInput to home * Fixed black Co-authored-by: harry <[email protected]> Co-authored-by: Erika Nesse <[email protected]> Co-authored-by: Debajyoti Debnath <[email protected]> Co-authored-by: KKaempen <[email protected]> Co-authored-by: Alan Pinkert <[email protected]> * fix mypy * added entry point functions, inclusion code conversion, and weather data class Co-authored-by: Jonathan Kwan <[email protected]> Co-authored-by: Debajyoti Debnath <[email protected]> Co-authored-by: Erika Nesse <[email protected]> * updated tests based on new framework Co-authored-by: harry <[email protected]> * fix lints * fixed datetime parsing Co-authored-by: Debajyoti Debnath <[email protected]> Co-authored-by: Jonathan Kwan <[email protected]> * mypy fix --------- Co-authored-by: Jonathan Kwan <[email protected]> Co-authored-by: Erika Nesse <[email protected]> Co-authored-by: Alan Pinkert <[email protected]> Co-authored-by: Debajyoti Debnath <[email protected]> Co-authored-by: harry <[email protected]> Co-authored-by: Nate <[email protected]> Co-authored-by: Jeff Korenstein <[email protected]> Co-authored-by: KKaempen <[email protected]>
- Loading branch information