SSCHAcode / python-sscha

The python implementation of the Stochastic Self-Consistent Harmonic Approximation (SSCHA).
GNU General Public License v3.0
55 stars 21 forks source link

Test for the vc-relax #168

Closed mesonepigreco closed 9 months ago

mesonepigreco commented 10 months ago

I found several error introduced during the update in the vc-relax, but the testsuite was passing.

We need to add a full vc-relax (gold example could be a good case) to test that the code is not breaking.

mesonepigreco commented 10 months ago

Ok, the test is aready present in test_release directory, but it is deactivated because it is too heavy for the github workflow.

I will add a dummy vc-relax test, and leave the full test for release purpouses only