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

refactor: remove phase mocking and faked packages #246

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

tumido
Copy link
Member

@tumido tumido commented Jan 7, 2025

Resolves #54

Description

Since we've migrated to PVC data passing and did a lot of other optimizations, there's no use for the mocked phases anymore and nobody is using them. That makes this approach a tech debt which we should clean up.

In addition to that, I've reviewed PyLint exceptions and cleaned up some duplicate imports within individual components.

@tumido tumido requested review from MichaelClifford and leseb and removed request for MichaelClifford January 7, 2025 15:59
Copy link
Collaborator

@leseb leseb left a comment

Choose a reason for hiding this comment

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

I think the removal of the mock/faked package and the relocation of various files for eval could have been handled as separate changes. Having both makes it harder to review but since it's there I don't want to block it, let's try to isolate the changes into different PRs next time :). Thanks!

I just left two small questions otherwise LGTM. Thanks!

utils/components.py Show resolved Hide resolved
training/components.py Show resolved Hide resolved
@tumido tumido linked an issue Jan 8, 2025 that may be closed by this pull request
@tumido tumido merged commit 839bb29 into opendatahub-io:main Jan 14, 2025
1 check passed
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.

Re-Evaluate Mocked Phases
2 participants