Skip to content

Commit

Permalink
refactoring Find and Result class to work with new database detection…
Browse files Browse the repository at this point in the history
… logic; because find does not use names like Table and Cube, use has to specify the database
  • Loading branch information
pmayd committed Dec 8, 2023
1 parent 37c3366 commit 263da5f
Show file tree
Hide file tree
Showing 8 changed files with 692 additions and 672 deletions.
2 changes: 1 addition & 1 deletion nb/00_Setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down
95 changes: 0 additions & 95 deletions nb/01_Databases.ipynb

This file was deleted.

513 changes: 513 additions & 0 deletions nb/01_table.ipynb

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion nb/cache.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.6"
},
"vscode": {
"interpreter": {
Expand Down
Loading

0 comments on commit 263da5f

Please sign in to comment.