()
| 76 | |
| 77 | |
| 78 | def test_plot_model_dict(): |
| 79 | # should return 10d data since ndims=10 |
| 80 | geo = plot.plot(weights, reduce={'model' : 'PCA', 'params' : {'whiten' : True}}, show=False) |
| 81 | assert isinstance(geo, DataGeometry) |
| 82 | |
| 83 | |
| 84 | def test_plot_cluster_str(): |