Skip to content

Commit

Permalink
Merge pull request #37 from Vastra-Gotalandsregionen/AI-1130
Browse files Browse the repository at this point in the history
AI-1130
  • Loading branch information
MahmoudKh12 authored Sep 13, 2023
2 parents 0c467d3 + c81b6c0 commit c6c6130
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 366 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint_projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ai_framework: ["Tensorflow", "PyTorch", "R"]
ai_framework: ["Tensorflow", "PyTorch"]
steps:
- uses: actions/checkout@v3
- name: Pylint ${{ matrix.ai_framework }} files
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ $ pip install cookiecutter
The directory structure of your new project looks like this:
```
├── LICENSE
├── dodo.py <- Makefile-like multiplatform CLI
├── README.md <- The top-level README for developers using this project.
├── data
│ ├── external <- Data from third party sources (ex. script config files)
Expand Down
20 changes: 0 additions & 20 deletions docs/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/docs/css/extra.css

This file was deleted.

Binary file removed docs/docs/favicon.ico
Binary file not shown.
246 changes: 0 additions & 246 deletions docs/docs/index.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/mkdocs.yml

This file was deleted.

2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
mkdocs
mkdocs-cinder
cookiecutter
pytest
5 changes: 0 additions & 5 deletions tests/test_pytorch_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ def test_requirements(self):
lines = list(map(lambda x: x.strip(), fin.readlines()))
assert "# Example: expackage==2.4.1" in lines

def test_doitfile(self):
doitfile_path = self.path / "dodo.py"
assert doitfile_path.exists()
assert no_curlies(doitfile_path)

def test_pre_commit_config(self):
pre_commit_config_path = self.path / ".pre-commit-config.yaml"
assert pre_commit_config_path.exists()
Expand Down
5 changes: 0 additions & 5 deletions tests/test_tensorflow_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ def test_requirements(self):
lines = list(map(lambda x: x.strip(), fin.readlines()))
assert "# Example: expackage==2.4.1" in lines

def test_doitfile(self):
doitfile_path = self.path / "dodo.py"
assert doitfile_path.exists()
assert no_curlies(doitfile_path)

def test_dockerfile(self):
dockerfile_path = self.path / "Dockerfile"
assert dockerfile_path.exists()
Expand Down
2 changes: 0 additions & 2 deletions {{ cookiecutter.repo_name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Project Organization
------------
{% if cookiecutter.image == 'Tensorflow' or cookiecutter.image == 'PyTorch' %}
├── LICENSE
├── dodo.py <- Makefile-like multiplatform CLI
├── README.md <- The top-level README for developers using this project.
├── data
│ ├── external <- Data from third party sources (ex. script config files)
Expand Down Expand Up @@ -59,7 +58,6 @@ Project Organization
└── pytest.ini <- config file with settings for running pytest
{% else %}
├── LICENSE
├── dodo.py <- Makefile-like multiplatform CLI
├── README.md <- The top-level README for developers using this project.
├── data
│ ├── external <- Data from third party sources (ex. script config files)
Expand Down
26 changes: 0 additions & 26 deletions {{ cookiecutter.repo_name }}/dodo.py

This file was deleted.

25 changes: 0 additions & 25 deletions {{ cookiecutter.repo_name }}/kube.template

This file was deleted.

18 changes: 0 additions & 18 deletions {{ cookiecutter.repo_name }}/mkdocs.yml

This file was deleted.

0 comments on commit c6c6130

Please sign in to comment.