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

Migrate dfencoder to morpheus repo #763

Merged

Conversation

dagardner-nv
Copy link
Contributor

@dagardner-nv dagardner-nv commented Mar 15, 2023

  • Copy dfencoder code, ensuring correct copyright headers
  • Add a manual_seed helper method, replacing duplicated code
  • Add tests for dfencoder
  • Insert both our Apache license, and the original author's BSD license in each of the 4 python files (and the __init__.py). The original code didn't have that, but this conforms with our other 3rd party code inclusions.
  • Transfer compiled C++ tests and libs (fixes [BUG]: C++ tests not being run in CI #765)

fixes #753

Copy link
Contributor

@mdemoret-nv mdemoret-nv left a comment

Choose a reason for hiding this comment

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

Tests for dfencoder look great. Exactly what we need for unit tests. Quite a few comments but I'm approving since they are all straightforward.

@dagardner-nv
Copy link
Contributor Author

/merge

1 similar comment
@dagardner-nv
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 33e922c into nv-morpheus:branch-23.03 Mar 23, 2023
@dagardner-nv dagardner-nv deleted the david-migrate-dfencoder branch March 23, 2023 22:49
rapids-bot bot pushed a commit that referenced this pull request Mar 24, 2023
* Adds @hsin-c's end-to-end test script to our unittests along with associated data
* New data file signed-off by @BartleyR 

Requires #763 to be merged first

Authors:
  - David Gardner (/~https://github.com/dagardner-nv)
  - Michael Demoret (/~https://github.com/mdemoret-nv)

Approvers:
  - Bartley Richardson (/~https://github.com/BartleyR)
  - Michael Demoret (/~https://github.com/mdemoret-nv)

URL: #777
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change improvement Improvement to existing functionality
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[BUG]: C++ tests not being run in CI Migrate dfencoder into the Morpheus repo
2 participants