Skip to content
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

Add benchcab version to model output attributes #167

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

SeanBryan51
Copy link
Collaborator

Fixes #147

@SeanBryan51 SeanBryan51 linked an issue Oct 5, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

❗ No coverage uploaded for pull request base (main@162f554). Click here to learn what that means.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #167   +/-   ##
=======================================
  Coverage        ?   88.79%           
=======================================
  Files           ?       27           
  Lines           ?     1633           
  Branches        ?        0           
=======================================
  Hits            ?     1450           
  Misses          ?      183           
  Partials        ?        0           

@@ -341,6 +342,7 @@ def add_provenance_info(self, verbose=False):
**{
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is there a reason we are not using the dict() syntax here?

For example

**dict(
    cable_branch='...',
    svn_revision_number='...',
    benchcab_version=__version__
)

@ccarouge ccarouge merged commit bc299e2 into main Oct 5, 2023
4 checks passed
@ccarouge ccarouge deleted the 147-log-version-of-benchcab-in-output-metadata branch October 5, 2023 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Log version of benchcab in output metadata
3 participants