Skip to content

Schema: Update notebook#439

Merged
haneslinger merged 23 commits intodevelop-v2from
Update-notebook
Mar 31, 2022
Merged

Schema: Update notebook#439
haneslinger merged 23 commits intodevelop-v2from
Update-notebook

Conversation

@haneslinger
Copy link
Copy Markdown
Contributor

Any background context you want to provide?

What does this PR do?

How should this be manually tested?

What are the relevant tickets?

Screenshots (if appropriate)

Copy link
Copy Markdown
Contributor

@JieXiong9119 JieXiong9119 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The codes look good. Do we plan to leave the description part to a new PR or wait for @nllong?

@laurenliz22 laurenliz22 requested a review from nllong March 30, 2022 16:27
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Copy link
Copy Markdown
Contributor

@JieXiong9119 JieXiong9119 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some modifications suggestions based on validation results and my thoughts.

Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
Comment thread docs/notebooks/bsync_examples/Small-Office-GHG.ipynb Outdated
@nllong
Copy link
Copy Markdown
Member

nllong commented Mar 30, 2022

Any reason not to add this to the existing Small-Office-Level-1 notebook instead of creating a new one? It is still appropriate to have this data in a Level-1 audit.

nllong and others added 5 commits March 30, 2022 17:40
Co-authored-by: Lauren Aronson <48136858+laurenliz22@users.noreply.github.com>
Co-authored-by: Lauren Aronson <48136858+laurenliz22@users.noreply.github.com>
Co-authored-by: Jie Xiong <69597597+JieXiong9119@users.noreply.github.com>
laurenliz22 and others added 14 commits March 31, 2022 08:25
Co-authored-by: Jie Xiong <69597597+JieXiong9119@users.noreply.github.com>
Co-authored-by: Jie Xiong <69597597+JieXiong9119@users.noreply.github.com>
Co-authored-by: Jie Xiong <69597597+JieXiong9119@users.noreply.github.com>
Co-authored-by: Jie Xiong <69597597+JieXiong9119@users.noreply.github.com>
Co-authored-by: Jie Xiong <69597597+JieXiong9119@users.noreply.github.com>
Co-authored-by: Jie Xiong <69597597+JieXiong9119@users.noreply.github.com>
Co-authored-by: Jie Xiong <69597597+JieXiong9119@users.noreply.github.com>
@laurenliz22
Copy link
Copy Markdown
Contributor

Any reason not to add this to the existing Small-Office-Level-1 notebook instead of creating a new one? It is still appropriate to have this data in a Level-1 audit.

That is what we were not sure about, if it was still appropriate to have in a Level-1 audit. Since it is, we can add it to the current notebook

@nllong
Copy link
Copy Markdown
Member

nllong commented Mar 31, 2022

Any reason not to add this to the existing Small-Office-Level-1 notebook instead of creating a new one? It is still appropriate to have this data in a Level-1 audit.

That is what we were not sure about, if it was still appropriate to have in a Level-1 audit. Since it is, we can add it to the current notebook

Yeah, I would just add it to the existing one. Sorry, I know merging ipynb files is painful!

" bsync.EnergyCost(5395.),\n",
" bsync.EnergyCostIndex(0.98), # $/ft2\n",
" ID=\"AllResourceTotal-1\"\n",
" ),\n",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
" ),\n",

" bsync.EnergyCostIndex(0.98), # $/ft2\n",
" ID=\"AllResourceTotal-1\"\n",
" ),\n",
" bsync.AllResourceTotal(\n",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
" bsync.AllResourceTotal(\n",

" ID=\"AllResourceTotal-1\"\n",
" ),\n",
" bsync.AllResourceTotal(\n",
" bsync.AllResourceTotal.AnnualAverageGHGEmissions(10000.0),\n",
Copy link
Copy Markdown
Contributor

@laurenliz22 laurenliz22 Mar 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
" bsync.AllResourceTotal.AnnualAverageGHGEmissions(10000.0),\n",

" ),\n",
" bsync.AllResourceTotal(\n",
" bsync.AllResourceTotal.AnnualAverageGHGEmissions(10000.0),\n",
" bsync.AllResourceTotal.AnnualMarginalGHGEmissions(8000.0),\n",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
" bsync.AllResourceTotal.AnnualMarginalGHGEmissions(8000.0),\n",

" bsync.AllResourceTotal(\n",
" bsync.AllResourceTotal.AnnualAverageGHGEmissions(10000.0),\n",
" bsync.AllResourceTotal.AnnualMarginalGHGEmissions(8000.0),\n",
" bsync.AllResourceTotal.AnnualGHGEmissionIntensity(0.123),\n",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
" bsync.AllResourceTotal.AnnualGHGEmissionIntensity(0.123),\n",

" bsync.AllResourceTotal.AnnualAverageGHGEmissions(10000.0),\n",
" bsync.AllResourceTotal.AnnualMarginalGHGEmissions(8000.0),\n",
" bsync.AllResourceTotal.AnnualGHGEmissionIntensity(0.123),\n",
" ID=\"AllResourceTotal-2\"\n",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
" ID=\"AllResourceTotal-2\"\n",

Copy link
Copy Markdown
Contributor

@laurenliz22 laurenliz22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all set to merge!

@haneslinger haneslinger dismissed JieXiong9119’s stale review March 31, 2022 18:46

he's out, and we're ready to merge. His comments have been addressed.

@haneslinger haneslinger merged commit 90d4fd4 into develop-v2 Mar 31, 2022
@haneslinger haneslinger deleted the Update-notebook branch March 31, 2022 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Non-breaking Change Schema: Documentation Update to BuildingSync's documentation/annotations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants