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

pr(archai): Fixes notebook-related issues. #168

Merged
merged 4 commits into from
Feb 13, 2023
Merged

pr(archai): Fixes notebook-related issues. #168

merged 4 commits into from
Feb 13, 2023

Conversation

gugarosa
Copy link
Member

@gugarosa gugarosa commented Feb 8, 2023

Pull Request Template

Description

In progress.

Fixes: #155, #167

Changes

  • Bug fix (non-breaking change which fixes an issue)
  • Documentation update

Configuration:

  • Archai version: 1.0.0
  • Environment: Python 3.7
  • OS: Windows 11

Final checks:

  • Follows guidelines of project
  • Self-review of code
  • Commented code in hard-to-understand areas
  • Corresponding changes to the documentation
  • Changes generate no new warnings
  • Dependent changes have already been merged
  • Checked code correction any misspellings

@gugarosa gugarosa linked an issue Feb 8, 2023 that may be closed by this pull request
@gugarosa gugarosa linked an issue Feb 8, 2023 that may be closed by this pull request
@@ -1,4 +1,4 @@
name: Linter and Tests Runner
name: Linter and Unitary Tests Runner
Copy link
Member

Choose a reason for hiding this comment

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

we usually just say "Unit Test", so I'm not sure what "unitary" means... "unit test" means a low level test that is sort of testing one low level function, versus "Integration Test" that is testing more of an end-to-end scenario... is that what you meant by "unitary" ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes! Sorry about that, I always thought that unit was the short term for unitary.

@gugarosa gugarosa added the documentation Improvements or additions to documentation label Feb 10, 2023
@gugarosa gugarosa merged commit 9cf33b0 into main Feb 13, 2023
@gugarosa gugarosa deleted the fix-notebooks branch February 13, 2023 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] algos.ipynb does its own train-validation split? [BUG] some minor notebook bugs
2 participants