-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BSMPT v3.0.8 pull request #180
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #180 +/- ##
==========================================
+ Coverage 83.36% 83.39% +0.03%
==========================================
Files 54 54
Lines 18770 19385 +615
Branches 1847 1852 +5
==========================================
+ Hits 15647 16166 +519
- Misses 3123 3219 +96
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* Mathematica implementation * Small improvements * Automate model implementation (src still not implemented) * N2HDM full mathematica implementation * nQuark nGauge nLepton different from SM support. Still has to be tested. * Update tools/ModelGeneration/Mathematica/N2HDM.m Co-authored-by: Lisa Biermann <[email protected]> * Update tools/ModelGeneration/Mathematica/CreateModel.m Co-authored-by: Lisa Biermann <[email protected]> * Remove "21" to nRows of EqMatrix * Import Helper functions at the end * Remove some errors * Move helper function to the beginning * Moved "InputParameters" * Fix test not passing. All dependent vars need to be defined as function of the input parameters. * More appropriate name * Example file is created right away with some values set by the user * Removing warning * Add reference for implementation and add R2HDM --------- Co-authored-by: Lisa Biermann <[email protected]> Co-authored-by: Lisa Biermann <[email protected]>
Add mass over temperature ratio check output
@@ -138,6 +138,9 @@ | |||
new_transition_data.crit_false_vev = | |||
pair.false_phase.Get(pair.crit_temp).point; | |||
|
|||
auto max_ratio = CheckMassRatio( |
Check notice
Code scanning / CodeQL
Unused local variable Note
@@ -172,6 +175,11 @@ | |||
.Get(new_transition_data.nucl_approx_temp.value_or( | |||
EmptyValue)) | |||
.point; | |||
|
|||
auto max_ratio = |
Check notice
Code scanning / CodeQL
Declaration hides variable Note
line 141
@@ -172,6 +175,11 @@ | |||
.Get(new_transition_data.nucl_approx_temp.value_or( | |||
EmptyValue)) | |||
.point; | |||
|
|||
auto max_ratio = |
Check notice
Code scanning / CodeQL
Unused local variable Note
@@ -195,6 +203,11 @@ | |||
pair.false_phase | |||
.Get(new_transition_data.nucl_temp.value_or(EmptyValue)) | |||
.point; | |||
|
|||
auto max_ratio = |
Check notice
Code scanning / CodeQL
Declaration hides variable Note
line 141
@@ -195,6 +203,11 @@ | |||
pair.false_phase | |||
.Get(new_transition_data.nucl_temp.value_or(EmptyValue)) | |||
.point; | |||
|
|||
auto max_ratio = |
Check notice
Code scanning / CodeQL
Unused local variable Note
@@ -218,6 +231,11 @@ | |||
pair.false_phase | |||
.Get(new_transition_data.perc_temp.value_or(EmptyValue)) | |||
.point; | |||
|
|||
auto max_ratio = |
Check notice
Code scanning / CodeQL
Declaration hides variable Note
line 141
@@ -218,6 +231,11 @@ | |||
pair.false_phase | |||
.Get(new_transition_data.perc_temp.value_or(EmptyValue)) | |||
.point; | |||
|
|||
auto max_ratio = |
Check notice
Code scanning / CodeQL
Unused local variable Note
@@ -243,6 +261,11 @@ | |||
.Get( | |||
new_transition_data.compl_temp.value_or(EmptyValue)) | |||
.point; | |||
|
|||
auto max_ratio = |
Check notice
Code scanning / CodeQL
Declaration hides variable Note
line 141
@@ -243,6 +261,11 @@ | |||
.Get( | |||
new_transition_data.compl_temp.value_or(EmptyValue)) | |||
.point; | |||
|
|||
auto max_ratio = |
Check notice
Code scanning / CodeQL
Unused local variable Note
@@ -683,6 +683,58 @@ | |||
REQUIRE(vac.PhasesList.size() == 2); | |||
} | |||
|
|||
TEST_CASE("Check maximal thermal mass squared over temperature ratio") |
Check notice
Code scanning / CodeQL
Unused static function Note test
autoRegistrar53
* Dont try to autocommit on dependabot or fork jobs (#187) * Dont use secret in dependabot job * add brackets * trigger change * Automatically applied linter * print env * add brackets * Automatically applied linter * remove debug line --------- Co-authored-by: GitHub Actions Bot <> * Next attempt at fixing linter for non local (#188) * Next attempt at fixing linter for non local * Update linter.yml * Update .github/workflows/linter.yml * Update .github/workflows/linter.yml * Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.2 (#186) * Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.2 Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.9 to 4.7.2. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.6.9...v4.7.2) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Next attempt at fixing linter for non local * Update linter.yml * Update linter.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Philipp Basler <[email protected]> * Remove test for ubuntu 20.04 (#189) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Philipp Basler <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Objective * Automated commit of cmake-format changes. * Fix * Automated commit of cmake-format changes. * modelPointer is no longer passed as a pointer * Check CheckImplementation * Automatically applied linter * Missing lib * add a check that the unit test does check the result text for the pass substring --------- Co-authored-by: vollous <[email protected]> Co-authored-by: Philipp Basler <[email protected]> Co-authored-by: GitHub Actions Bot <>
@@ -1045,5 +1045,178 @@ | |||
return TestResults::Pass; | |||
} | |||
|
|||
void CheckImplementation(const Class_Potential_Origin &point, |
Check warning
Code scanning / CodeQL
Poorly documented large function Warning
@@ -119,3 +121,24 @@ | |||
REQUIRE(result == Approx(expected).margin(1e-4)); | |||
} | |||
} | |||
|
|||
TEST_CASE("Check CheckImplementation", "[origin]") |
Check notice
Code scanning / CodeQL
Unused static function Note test
Change log
prepareData_*.py
scripts.python
model implementation method.Mathematica
model implementation method