Skip to content

Commit

Permalink
drop titanic until Kaggle datasets are resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jul 22, 2024
1 parent 7b418e8 commit 3f96b5f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 121 deletions.
2 changes: 1 addition & 1 deletion .actions/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
_PATH_ROOT = os.path.dirname(os.path.dirname(__file__))
_PATH_TEMPLATES = os.path.join(_PATH_ROOT, "templates")
_PATH_DIR_SIMPLE = os.path.join(_PATH_TEMPLATES, "simple")
_PATH_DIR_TITANIC = os.path.join(_PATH_TEMPLATES, "titanic")
# _PATH_DIR_TITANIC = os.path.join(_PATH_TEMPLATES, "titanic")


def _path_in_dir(fname: str, folder: str = _PATH_ROOT) -> str:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Prepare dummy inputs
run: |
jupytext --set-formats ipynb,py:percent templates/simple/template.py
jupytext --set-formats ipynb,py:percent templates/titanic/tutorial.py
# jupytext --set-formats ipynb,py:percent templates/titanic/tutorial.py # ToDo: pull it back when Kaggle datasets are back
# mv templates/simple/template.ipynb templates/simple.ipynb
git diff --name-only HEAD~3 > master-diff.txt
python .actions/assistant.py list_dirs "" > dirs-b1.txt
Expand Down
18 changes: 0 additions & 18 deletions templates/titanic/.meta.yml

This file was deleted.

101 changes: 0 additions & 101 deletions templates/titanic/tutorial.py

This file was deleted.

0 comments on commit 3f96b5f

Please sign in to comment.