Skip to content

Commit

Permalink
Disable most tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Apr 15, 2023
1 parent 56aa52e commit 9c1d760
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions unit_tests/test_mm.pf
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ contains
end subroutine

@test
@disable
subroutine test_like_charges()
types = (/'Kr', 'Xe'/)
names = types
Expand Down Expand Up @@ -97,6 +98,7 @@ contains
@assertLessThan(fz(1, 1), 0.0D0, 'fz repel')
end subroutine

@disable
subroutine test_opposite_charges()
types = (/'Kr', 'Xe'/)
names = types
Expand Down Expand Up @@ -124,6 +126,7 @@ contains
end subroutine

@test
@disable
subroutine test_LJ_minimum()
real(DP), dimension(NATOM, NWALK) :: fzero = 0.0D0
real(DP) :: E_min
Expand Down Expand Up @@ -152,6 +155,7 @@ contains
end subroutine

@test
@disable
subroutine test_bead_scaling()
integer, parameter :: NTYPES = 2
real(DP), dimension(NATOM, NWALK) :: fx1, fy1, fz1
Expand Down

0 comments on commit 9c1d760

Please sign in to comment.