guilgautier / DPPy

Python toolbox for sampling Determinantal Point Processes
https://dppy.readthedocs.io
MIT License
219 stars 52 forks source link

Cleanup comments in test_beta_ensembles_equilibrium_distribution #44

Closed guillep closed 4 years ago

guillep commented 4 years ago

Small style comment:

Some comments on the tests use # styled comments, some of them use """ block comments. And there are empty blocks.

  # Semi circle and Hermite ensemble
    def test_semi_circle_distribution_for_hermite_ensemble_full_model(self):
        """
        """