Skip to content

Commit

Permalink
Merge pull request #1067 from NREL/server-dir-cleanup-fix
Browse files Browse the repository at this point in the history
ServerDirectoryCleanup modeler_description
  • Loading branch information
joseph-robertson committed Apr 7, 2023
2 parents ad50287 + 6b14491 commit 721828d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Process results
run: |
pip install pandas
pip install pandas==1.5.3
python test/util.py
- name: Upload integration results
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Compare samples and results
run: |
pip install numpy
pip install pandas
pip install pandas==1.5.3
pip install plotly
pip install kaleido
Expand Down
2 changes: 1 addition & 1 deletion measures/ServerDirectoryCleanup/measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def description

# human readable description of modeling approach
def modeler_description
return ''
return 'Present a bunch of bool arguments corresponding to EnergyPlus output files. "False" deletes the file, and "True" retains it. Most arguments default to not retaining the file. Only the in.idf and schedules.csv are retained by default.'
end

# define the arguments that the user will input
Expand Down
8 changes: 4 additions & 4 deletions measures/ServerDirectoryCleanup/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<schema_version>3.0</schema_version>
<name>server_directory_cleanup</name>
<uid>ec7d04ad-0b7b-495b-825a-e1b6d28d1d3f</uid>
<version_id>edf0cd76-10f9-4c2e-a3a1-703920710a2b</version_id>
<version_modified>20230323T153743Z</version_modified>
<version_id>d7831eec-3624-4678-8a03-7ae55c5908d7</version_id>
<version_modified>20230406T225316Z</version_modified>
<xml_checksum>5F1EDF75</xml_checksum>
<class_name>ServerDirectoryCleanup</class_name>
<display_name>Server Directory Cleanup</display_name>
<description>Optionally removes a significant portion of the saved results from each run, helping to alleviate memory problems.</description>
<modeler_description></modeler_description>
<modeler_description>Present a bunch of bool arguments corresponding to EnergyPlus output files. "False" deletes the file, and "True" retains it. Most arguments default to not retaining the file. Only the in.idf and schedules.csv are retained by default.</modeler_description>
<arguments>
<argument>
<name>retain_in_osm</name>
Expand Down Expand Up @@ -382,7 +382,7 @@
<filename>measure.rb</filename>
<filetype>rb</filetype>
<usage_type>script</usage_type>
<checksum>AEA31102</checksum>
<checksum>6D96C46D</checksum>
</file>
</files>
</measure>

0 comments on commit 721828d

Please sign in to comment.