-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* the legacy table class and tests are moved * Step-1: Utils and essentials * test and black fixes * black and lint fixes * test collecting error * test fixes * lint and black fixes * Step-2: Moving GQL * fixes on cli and dependent classes * fixes on tests and removed etl * black and test issues * etl imports temporarily remove * Fix a couple of tests. * Fix linters. * issue-1191 - legacy test fixed * linter fix * fix linter * issue-1191: fix conflict * issue-1191: pylint fix * issue-1191: black fix * issue-1191 * issue-1191: CLI command tips * issue-1191: CLI command tip fix * issue-1191: prediction command error message * lazy formatting fix * issue-1191: CLI hints * issue-1191: assertion fix * README fixes * CLI arguments are updated --------- Co-authored-by: Calina Cenan <calina@cenan.net>
- Loading branch information
Showing
64 changed files
with
2,641 additions
and
996 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ ignore= | |
build/, | ||
logs/, | ||
venv, | ||
new_venv, | ||
*/__pycache__, | ||
*/*/__pycache__, | ||
.pytest_cache, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.