Skip to content

Mixed bag clean up #1425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
293 changes: 112 additions & 181 deletions Dockerfile.tmpl

Large diffs are not rendered by default.

158 changes: 0 additions & 158 deletions tests/test_catalyst.py

This file was deleted.

7 changes: 0 additions & 7 deletions tests/test_essentia.py

This file was deleted.

17 changes: 0 additions & 17 deletions tests/test_geoviews.py

This file was deleted.

12 changes: 0 additions & 12 deletions tests/test_ggplot.py

This file was deleted.

1 change: 0 additions & 1 deletion tests/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ class TestImport(unittest.TestCase):
# Basic import tests for packages without any.
def test_basic(self):
import bq_helper
import cleverhans
import tensorflow_datasets
import segment_anything
7 changes: 0 additions & 7 deletions tests/test_kmapper.py

This file was deleted.

7 changes: 7 additions & 0 deletions tests/test_matplotlib.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
import unittest
import os.path

from distutils.version import StrictVersion

import matplotlib
import matplotlib.pyplot as plt
import numpy as np

class TestMatplotlib(unittest.TestCase):
def test_version(self):
# b/308525631: newer versions of Matplotlib causes learntools to fail
self.assertLess(StrictVersion(matplotlib.__version__), StrictVersion("3.8.0"))

def test_plot(self):
plt.plot(np.linspace(0,1,50), np.random.rand(50))
plt.savefig("plot1.png")
Expand Down
47 changes: 0 additions & 47 deletions tests/test_pykalman.py

This file was deleted.

10 changes: 0 additions & 10 deletions tests/test_vaex.py

This file was deleted.

10 changes: 0 additions & 10 deletions tests/test_vowpalwabbit.py

This file was deleted.