Skip to content

Commit

Permalink
Paper syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne committed Jun 8, 2020
1 parent cba5f18 commit e9232f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ EnergyPlus to enable building energy modeling at the urban scale. The three tool
many advantages in their respective fields, but all suffer from the same flaw: creating
building archetypes for any platform is a time-consuming, tedious and error-prone process.
`archetypal` is a Python package that helps handling collections of such archetypes and to
enabling the interoperability between these energy simulation platforms to accelerate the
enable the interoperability between these energy simulation platforms to accelerate the
creation of reliable urban building energy models. This package offers three major
capabilities for researchers and practitioners:

Expand All @@ -55,7 +55,7 @@ output names can be specified by the user.

Furthermore, for a drastic workflow speed gain, especially with multiple and/or larger IDF
files (which can take several minutes to transition and simulate), `archetypal` features a
caching api. This is particularly useful for reproducible workflows such as the Jupyter
caching API. This is particularly useful for reproducible workflows such as the Jupyter
Notebook programming environment. Rerunning cells (even after a kernel restart) will use
the cached IDF models and their simulation results instead of executing EnergyPlus again.
Speedups of up to 8x have been measured.
Expand Down

0 comments on commit e9232f2

Please sign in to comment.