diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml deleted file mode 100644 index 784068b..0000000 --- a/.github/workflows/tests.yaml +++ /dev/null @@ -1,26 +0,0 @@ -name: Run Tests - -on: [push] - -jobs: - test: - runs-on: windows-latest - - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: 3.8 - - - name: Install dependencies - run: | - pip install -r requirements.txt - working-directory: ./UsingDorianFeatures - - - name: Run tests - run: | - pytest - working-directory: ./UsingDorianFeatures diff --git a/packages/dataset_manipulation/__init__.py b/packages/dataset_manipulation/__init__.py index 13a0493..0107d58 100644 --- a/packages/dataset_manipulation/__init__.py +++ b/packages/dataset_manipulation/__init__.py @@ -1,5 +1,4 @@ from .dataset_manipulation import augmentate_dataset # noqa401 from .dataset_manipulation import balance_dataset # noqa401 from .dataset_manipulation import name_unique_features # noqa401 -from .dataset_manipulation import remove_notunique_features # noqa401 -from .exploit_symmetries import give_all_symmetries # noqa401 \ No newline at end of file +from .dataset_manipulation import remove_notunique_features # noqa401 \ No newline at end of file