Skip to content

Commit

Permalink
Rename quantization examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ninamiolane committed Dec 28, 2018
1 parent 6ac887b commit f57411a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions tests/test_examples.py
Expand Up @@ -21,6 +21,8 @@
import examples.plot_square_h2_poincare_half_plane as plot_square_h2_poincare_half_plane # NOQA
import examples.plot_square_h2_klein_disk as plot_square_h2_klein_disk
import examples.tangent_pca_so3 as tangent_pca_so3
import examples.plot_quantization_s1 as plot_quantization_s1
import examples.plot_quantization_s2 as plot_quantization_s2
import geomstats.tests


Expand Down Expand Up @@ -81,6 +83,14 @@ def test_plot_square_h2_square_klein_disk(self):
def test_tangent_pca_so3(self):
tangent_pca_so3.main()

@geomstats.tests.np_only
def test_plot_quantization_s1(self):
plot_quantization_s1.main()

@geomstats.tests.np_only
def test_plot_quantization_s2(self):
plot_quantization_s2.main()


if __name__ == '__main__':
geomstats.tests.main()

0 comments on commit f57411a

Please sign in to comment.