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

feat(workflows): track model metrics with results summaries #624

Merged
merged 15 commits into from
Aug 16, 2024

Conversation

cameronraysmith
Copy link
Collaborator

```pytb
WARNING  type_engine.py:482 - Field reports_processed_path of type str | pathlib.Path cannot be converted to a literal type. Error: Type of Generic Union type is not supported, type object 'Path' has no attribute 'extension'

WARNING  type_engine.py:482 - Field models_path of type str | pathlib.Path cannot be converted to a literal type. Error: Type of Generic Union type is not supported, type object 'Path' has no attribute 'extension'
 ```

Signed-off-by: Cameron Smith <[email protected]>
@cameronraysmith cameronraysmith self-assigned this Aug 15, 2024
@cameronraysmith cameronraysmith added this to the 0.3.x milestone Aug 15, 2024
@cameronraysmith cameronraysmith linked an issue Aug 15, 2024 that may be closed by this pull request
@cameronraysmith cameronraysmith added skip-ci Skip CI workflow enhancement New feature or request python Pull requests that update Python code execute-workflow Control workflow execution on PRs and removed skip-ci Skip CI workflow labels Aug 15, 2024
@cameronraysmith cameronraysmith added skip-ci Skip CI workflow and removed execute-workflow Control workflow execution on PRs labels Aug 16, 2024
@cameronraysmith cameronraysmith marked this pull request as ready for review August 16, 2024 01:40
@cameronraysmith cameronraysmith requested a review from a team as a code owner August 16, 2024 01:40
Signed-off-by: Cameron Smith <[email protected]>
@cameronraysmith cameronraysmith merged commit 656f8a7 into beta Aug 16, 2024
17 of 20 checks passed
@cameronraysmith cameronraysmith deleted the 613-pmd branch August 16, 2024 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

include model metrics with results summaries
1 participant