https://github.com/amrex-codes/regression_testing
The regression test routines for AMReX applications
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.7%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
The regression test routines for AMReX applications
Basic Info
- Host: GitHub
- Owner: AMReX-Codes
- License: bsd-3-clause
- Language: Python
- Default Branch: main
- Size: 662 KB
Statistics
- Stars: 5
- Watchers: 11
- Forks: 24
- Open Issues: 30
- Releases: 0
Created over 8 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
README
Regression Testing Management routines
regtest.py is the main regression testing script for AMReX-based
applications. Typing './regtest.py -h' will give a verbose
description of usage and setup. The regtest set of tools is
fully documented in the AMReX Users Guide, but here's a quick
overview of usage.
Quickstart:
1. Each regression test suite is defined in a separate configuration
file. AMReX is distributed with an example such file in
Tools/RegressionTesting
2. With example-tests.ini as an example, which builds tests for the
Castro code.
a. Castro depends on the following addition git repositories: AMReX,
Microphysics, wdmerger
b. In the config blocks of the .ini file, the locations of clones
of these files to use for testing are set as "dir". There are
blocks in the ini file for each; AMReX has its own special
block, and Castro is listed as the [source] block, but any
additional dependent repos are listed as [extra-XXX].
For each repo defined in these blocks, the tester script pulls
the desired branch/SHA prior to building/running tests. It is
probably best to have these as "extra" clones in a special area
used solely for this purpose so that the tester can work on its
own without confusing you.
Thus...edit the paths in the config file to point to local clones
of each of these repos.
c. Parameters that define each regression test appear in labeled
blocks below the repository blocks. The number of options allowed
for specifying these tests will certainly grow over time; the -h
option to the tester should list everything currently available.
d. Each labeled test will be built, run and compared to "benchmark"
results. The results of these tasks will be formatted into a
web page in a folder defined as "webTopDir" in the .ini file.
Make sure that variable points to something you like and can access.
e. You need benchmarks to exist before the tests can work. Generate
them manually with
./regtest.py --make_benchmarks "" example-tests.ini
f. Afterward, tests are run by typing
./regtest.py example-tests.ini
Owner
- Name: AMReX-Codes
- Login: AMReX-Codes
- Kind: organization
- Website: https://amrex-codes.github.io/
- Repositories: 12
- Profile: https://github.com/AMReX-Codes
AMReX-Codes: Block-Structured AMR Software Framework and Applications
GitHub Events
Total
- Issues event: 1
- Issue comment event: 6
- Push event: 5
- Pull request review event: 4
- Pull request event: 8
- Fork event: 1
Last Year
- Issues event: 1
- Issue comment event: 6
- Push event: 5
- Pull request review event: 4
- Pull request event: 8
- Fork event: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 1
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 26 days
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 2.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 26 days
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 2.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- BenWibking (3)
Pull Request Authors
- BenWibking (7)
- zingale (4)
- n8xm (3)
- EZoni (2)
- WeiqunZhang (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
requirements.txt
pypi
- Sphinx *
- matplotlib >=2.1.0
- nbsphinx >=0.3.1
- sphinx_rtd_theme *
.github/workflows/gh-pages.yml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- peaceiris/actions-gh-pages v3 composite
.github/workflows/pylint.yml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite