Conversation
🔍 Schema Preview DeployedPreview URLs:
Production URLs (unchanged):
|
…chetype-when-stebbs-is-off
PR Review SummaryOverall Assessment: ✅ Approve with minor suggestions
Key Findings✅ What's Good
|
…chetype-when-stebbs-is-off
Documentation PreviewPreview URL: https://umep-dev.github.io/SUEWS/preview/pr-958/docs/ This is a PR preview. Production docs remain at https://suews.readthedocs.io |
…also building_archetype nullification and fixed precheck_model_option_rules to include building_archetype in the nullification logic
Co-authored-by: dayantur <71443948+dayantur@users.noreply.github.com>
|
🤖 I've automatically formatted the code in this PR using:
Please pull the latest changes before making further edits. |
|
Hi @sunt05 - test added & changelog PR specification included :) |
…chetype-when-stebbs-is-off
While addressing #851 , I noticed ArchetypeProperties params were not nullified in phase_b.py when stebbsmethod ==0.
When stebbsmethod ==0, both stebbs and building_archetype params must be set to null.
This PR also edits all ArchetypeProperties Pydantic fields to become Optional (allowing for null values).