Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into spaceCompLoads
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Jan 10, 2025
2 parents c46932f + cba2624 commit d2fe29d
Show file tree
Hide file tree
Showing 1,056 changed files with 4,094 additions and 6,561 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
path: ./dist

- name: Deploy on Test PyPi
uses: pypa/[email protected].2
uses: pypa/[email protected].3
with:
repository-url: https://test.pypi.org/legacy/
user: __token__
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University of Illinois, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.
EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University of Illinois, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.

NOTICE: This Software was developed under funding from the U.S. Department of Energy and the U.S. Government consequently retains certain rights. As such, the U.S. Government has been granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software to reproduce, distribute copies to the public, prepare derivative works, and perform publicly and display publicly, and to permit others to do so.

Expand Down
2 changes: 1 addition & 1 deletion cmake/PythonCopyStandardLib.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion cmake/PythonFixUpTclTk.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion cmake/PythonGetBitSize.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion cmake/ReverseDDPostProcess.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion cmake/codesign_doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
135 changes: 135 additions & 0 deletions design/FY2025/NFP-epJSON-Editor-Enhancements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
CROSS PLATFORM epJSON EDITOR ENHANCEMENTS
================

**Jason Glazer, GARD Analytics**

- December 20, 2024


## Justification for New Feature ##

The cross-platform epJSON Editor developed in 2020-2021 used Python and the
wxPython library, and was intended to be the replacement for the Windows-only IDF
Editor that uses Visual Basic. Unfortunately, the wxPython library could not be
effectively integrated with the EnergyPlus installer. Also, the existence of the
epJSON Editor was not widely publicized, and currently most users still use the
IDF format. For these reasons, few users have used epJSON Editor. To solve
these problems, epJSON Editor will be refactored to use the Tkinter library
instead of wxPython, which is already part of the EnergyPlus installer. It will
also support opening and saving the IDF format using convertInputFormat. These
enhancements, along with some public notifications, should result in more users
using epJSON Editor and, ultimately, the epJSON format.


## E-mail and Conference Call Conclusions ##

none

## Overview ##

A replacement for the popular Windows-only IDF Editor using a modern programming
language was previously developed called "epJSON Editor." The epJSON Editor
focused on use with the JSON-based epJSON format as an alternative to the IDF
format and used Python and a cross-platform GUI library so that it could be used
on Windows, MacOS, and Linux. It was developed but not widely tested or
publicized, and few users of EnergyPus have tried it even though it includes
useful additional functionality compared to IDF Editor. GARD in conjunction with
the NREL team, will update the epJSON Editor to use the EnergyPlus team's
preferred GUI library called Tkinter instead of the wxPython library. To ease
the transition to the new epJSON format, it is also expected that we will enable
opening IDF files by using the existing convertInputFormat utility. Two small
enhancements to convertInputFormat will be made to help facilitate user
migration to that format and preserve object order and comments provided by the
user, and to add field names. GARD will reach out to users for beta-testing, and
the code will be updated in response to problems and suggestions provided by the
testers, as well as known issues previously identified. A final version of the
release will be included in the EnergyPlus installation packages for each
platform.

The current repository for the project is located here:

https://github.com/ORNL-BTRIC/epJSON-Editor

A list of feature suggestions is being maintained here:

https://github.com/ORNL-BTRIC/epJSON-Editor/issues/15

The origin for editor came from this issue:

https://github.com/NREL/EnergyPlus/issues/7418

That issue also includes a summary of a meeting with users of IDF Editor and what features they found most important.

Two issues related to convertInputFormat are planned to be addressed as part of this work:

Populate comments (!-) from IDD/schema when converting from epJSON to IDF

https://github.com/NREL/EnergyPlus/issues/8987

Add ConvertInputFormat options to preserve object order and comments to facilitate round-tripping

https://github.com/NREL/EnergyPlus/issues/8969

One widget that is not included in Tkinter that will be used is Tksheet

https://pypi.org/project/tksheet/

https://github.com/ragardner/tksheet


## Approach ##

The following steps are expected as part of this development effort:

- Update the repository to Python 3.12 (or later)
- Create a mock-up of epJSON Editor using Tkinter widgets
- Refactor existing code to minimize non-GUI code in files using wxPython
- Remove wxPython and replace with Tkinter based on mock-up
- Allow multiple open files
- Possibly replace icons with better ones on hand
- Test to ensure features are consistent
- Fix known bugs
- Add additional unit test coverage
- Enable opening IDF file either by modifying convertInputFormat to save and use saved user comments and input
object order and include field names or else create a new Python library to perform these functions
- Create installers for all types of user groups including part of EnergyPlus installer, pip, and Windows installer
- Encourage beta testing on all platforms
- Test by opening a variety of files including large user files
- Maybe use automated testing for GUI
- Fix issues found during beta testing
- Possibly add new features
- Release testing and make final installers
- Publicize more widely
- Maybe add pop-up screen to IDF Editor to encourage the use of epJSON Editor


## Testing/Validation/Data Sources ##

Will add additional unit tests. May add GUI unit tests.

## Input Output Reference Documentation ##

None expected.

## Input Description ##

N/A

## Outputs Description ##

N/A

## Engineering Reference ##

None

## Example File and Transition Changes ##

N/A

## References ##

None.



Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ \subsection{Data Records (CSV)}\label{data-records-csv}
\caption{EnergyPlus EPW CSV file (spreadsheet view) \protect \label{fig:energyplus-epw-csv-file-spreadsheet-view}}
\end{figure}

The figure above shows how the EnergyPlus EPW CSV file (initial header records) looks when opened in a spreadsheet. Each header record is shown in bold with data following the headers..
Figure \ref{fig:energyplus-epw-csv-file-spreadsheet-view} shows how the EnergyPlus EPW CSV file (initial header records) looks when opened in a spreadsheet. Each header record is shown in bold with data following the headers..

\begin{figure}[hbtp] % fig 18
\centering
\includegraphics[width=0.9\textwidth, height=0.9\textheight, keepaspectratio=true]{media/image016.png}
\caption{EnergyPlus EPW CSV Data Records (spreadsheet view) \protect \label{fig:energyplus-epw-csv-data-records-spreadsheet}}
\end{figure}

The above figure shows how the data periods header record and the individual data records look when opened in a spread sheet. Again, the headers are shown in bold. Note that there are two header records for the data records - one with short names - one with longer more descriptive names.
Figure \ref{fig:energyplus-epw-csv-data-records-spreadsheet} shows how the data periods header record and the individual data records look when opened in a spread sheet. Again, the headers are shown in bold. Note that there are two header records for the data records - one with short names - one with longer more descriptive names.
2 changes: 1 addition & 1 deletion doc/tools/create_changelog.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/python
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion doc/tools/example_file_objects.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/python
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion doc/tools/example_file_summary.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/python
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion doc/tools/idd_parser_library.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion doc/tools/idf_parser_library.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion doc/tools/idf_summary_class.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/python
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion doc/tools/parse_ems_actuators.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion doc/tools/parse_latex_log.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion doc/tools/parse_output_variables.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion idd/schema/generate_epJSON_schema.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion idd/schema/idd_parser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion idd/schema/modify_schema.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion idd/schema/test_idd_parser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev/analyze_state.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev/api_debug_helper.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev/build_regression_summary.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev/change_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev/check_constexpr.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev/check_for_bom_in_idfs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev/check_for_c_style_comments.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev/check_for_enum_scope_usage.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev/check_for_malformed_enums.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev/check_for_switch_case_parentheses.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev/check_for_tabs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University
# EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University
# of Illinois, The Regents of the University of California, through Lawrence
# Berkeley National Laboratory (subject to receipt of any required approvals
# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-
Expand Down
Loading

3 comments on commit d2fe29d

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

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

spaceCompLoads (Myoldmopar) - x86_64-Linux-Ubuntu-24.04-gcc-13.3: OK (2919 of 2919 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

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

spaceCompLoads (Myoldmopar) - x86_64-Linux-Ubuntu-24.04-gcc-13.3-UnitTestsCoverage-RelWithDebInfo: OK (2101 of 2101 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

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

spaceCompLoads (Myoldmopar) - x86_64-Linux-Ubuntu-24.04-gcc-13.3-IntegrationCoverage-RelWithDebInfo: OK (801 of 801 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.