Matt Steen

Results 53 comments of Matt Steen

Yes, `.gitkeep` keeps the folder around. I was just suggesting it as an example file for testing only. Not a file to actually create and track with Git. Where is...

@TShapinsky I'm the following error, which sounds like Poetry needs to be installed. ```bash [13284 ms] Start: Run in container: /bin/sh -c pre-commit install [13284 ms] Start: Run in container:...

> Hmm, that's strange. The dockerfile includes poetry and installs all of the dependencies already. Is your working directory clean? Yes, I cloned the repo to the Windows side of...

The 2.8.0 model had the following BCL measures... * AddOutputDiagnostics * Tariff Selection-Time and Date Dependant * OpenStudio Results

It doesn't appear that the unhandled exception happens if the app detects a change (indicated by an * after the file name, e.g. navigating to Site > Life Cycle Cost...

Similar to #1416. This example worked for me. https://gitlab.com/pages/jupyterbook

@gtfierro what's the purpose of `Brick-full.ttl`? Could this be changed to `Brick.ttl`? https://github.com/NREL/BuildingMOTIF/blob/0.3.0-docs/docs/tutorials/model_creation.md?plain=1#L88

Great! I created an issue and assigned you, which I don't think we need to include in the release.

The `g36 = Library.load(directory="../../libraries/ashrae/guideline36")` line fails in the current docs on develop. https://buildingmotif.readthedocs.io/en/latest/tutorials/model_validation.html https://buildingmotif.readthedocs.io/en/latest/tutorials/model_validation.html

# Tutorials ## Model Validation Appears to be due to different Brick versions, which is fixed if all are updated to 1.4. - 1.3 = ../../libraries/brick/Brick-subset.ttl - 1.4 = ../../libraries/ashrae/guideline36/*...