Skip to content

Commit 480ce11

Browse files
authored
Merge pull request #132 from pnnl/develop
Stamping 1.3.3
2 parents 4b31636 + 5e41f4c commit 480ce11

File tree

11 files changed

+341
-169
lines changed

11 files changed

+341
-169
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ Change log:
2626
- v1.2.0 Updates to auto testing and minors bug fixes. Version changes for HELICS 3.3, GridLAB-D 5.0. Reorganize environment and updated documentation. Add more loadshed N3 examples.
2727
- v1.2.1 Fixed python shell files, fixed complex python to use helics complex.
2828
- v1.2.2 Fixed the installation for Ubuntu 22.04.
29-
- v1.3.0 Refactor the TESP PyPI api. Upgrade all models(GridLAB-D, EnergyPlus, NS3) to work with HELICS 3.4. Add modifier.py for GridLAB-D models
30-
- v1.3.2 Updated model and modifier for GridLAB-D models, added readme for GLM modifier and Store examples
29+
- v1.3.0 Refactor the TESP PyPI api. Upgrade all models(GridLAB-D, EnergyPlus, NS3) to work with HELICS 3.4. Add modifier.py for GridLAB-D models.
30+
- v1.3.2 Updated model and modifier for GridLAB-D models, added readme for GLM modifier and Store examples.
31+
- v1.3.3 Add tesp_component download in tesp_support pypi, change directory structure. Add dockerfile for each module getting ready for dockerize COSU Simulations

doc/references/tesp_support.api.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,18 @@ tesp\_support.api.metrics\_collector module
8181
:undoc-members:
8282
:show-inheritance:
8383

84-
tesp\_support.api.model module
85-
------------------------------
84+
tesp\_support.api.model\_GLM module
85+
-----------------------------------
8686

87-
.. automodule:: tesp_support.api.model
87+
.. automodule:: tesp_support.api.model_GLM
8888
:members:
8989
:undoc-members:
9090
:show-inheritance:
9191

92-
tesp\_support.api.modifier module
93-
---------------------------------
92+
tesp\_support.api.modify\_GLM module
93+
------------------------------------
9494

95-
.. automodule:: tesp_support.api.modifier
95+
.. automodule:: tesp_support.api.modify_GLM
9696
:members:
9797
:undoc-members:
9898
:show-inheritance:

examples/autotest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ def combine_feeders_test():
188188
if sys.argv[1] == "FNCS":
189189
b_helics = False
190190

191+
# tr.run_test = tr.run_docker_test
192+
191193
tr.init_tests()
192194
tesp_path = os.path.expandvars('$TESPDIR/examples')
193195
os.chdir(tesp_path)

install/Docker/TESP-Docker-Inputs/runFNCS-TESP-Container-Mac.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
#!/bin/bash
12
# Copyright (c) 2021-2023 Battelle Memorial Institute
23
# file: runFNCS-TESP-Container-Mac.sh
34

4-
#!/bin/bash
55
clear
66
#
77
TESP_REP="laurmarinovici/tesp"
@@ -60,7 +60,7 @@ echo "===== Setting up GridLAB-D paths and folders."
6060
docker container exec ${TESP_CONT} /bin/bash -c 'if test -e ${GLD_INSTALL}/bin/outputFiles; then rmdir ${GLD_INSTALL}/bin/outputFiles; mkdir ${GLD_INSTALL}/bin/outputFiles; else mkdir ${GLD_INSTALL}/bin/outputFiles; fi'
6161

6262
# =================== Energy Plus settings =========================================================
63-
echo "===== Settting up Energy Plus paths and folders."
63+
echo "===== Setting up Energy Plus paths and folders."
6464
docker container exec ${TESP_CONT} /bin/bash -c 'if test -e ${EPLUS_INSTALL}/outputFiles; then rmdir ${EPLUS_INSTALL}/outputFiles; mkdir ${EPLUS_INSTALL}/outputFiles; else mkdir ${EPLUS_INSTALL}/outputFiles; fi'
6565

6666
# =================== Energy Plus JSON settings =========================================================

scripts/build/stamp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if [[ -z ${INSTDIR} ]]; then
44
. "${HOME}/tespEnv"
55
fi
66

7-
ver="1.3.2"
7+
ver="1.3.3"
88

99
echo
1010
echo "Stamping TESP $ver, if you want to change the version, edit this file."

0 commit comments

Comments
 (0)