Skip to content

Commit

Permalink
Remove disabled macro
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Apr 15, 2023
1 parent 9c1d760 commit 39dc950
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion unit_tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ test : clean_plumed_output clean_terapi_output clean_gle_output
./nhc
./pot
./mm
#./spline
./spline
./io
./interface

Expand Down
8 changes: 0 additions & 8 deletions unit_tests/test_mm.pf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ contains
end subroutine

@test
@disable
subroutine test_like_charges()
types = (/'Kr', 'Xe'/)
names = types
Expand Down Expand Up @@ -98,7 +97,6 @@ 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 @@ -126,7 +124,6 @@ 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 @@ -155,7 +152,6 @@ contains
end subroutine

@test
@disable
subroutine test_bead_scaling()
integer, parameter :: NTYPES = 2
real(DP), dimension(NATOM, NWALK) :: fx1, fy1, fz1
Expand Down Expand Up @@ -208,8 +204,6 @@ contains
end subroutine

! Helper function if you want to check the potential
@test
@disable
subroutine print_lj_potential()
integer, parameter :: NATOM = 2, NWALK = 1
real(DP) :: r0, rmax, r, dr
Expand Down Expand Up @@ -248,8 +242,6 @@ contains
close (u)
end subroutine

@test
@disable
subroutine print_coulomb_potential()
integer, parameter :: NATOM = 2, NWALK = 1
real(DP) :: r0, rmax, r, dr
Expand Down
4 changes: 2 additions & 2 deletions unit_tests/test_spline.pf
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ contains

! TODO: This needs to throw before the FP exception
! For some reason, missing y-value does not trip the read statement. :-(
@test
@disable
!@test
!@disable
subroutine test_validate_grid_values()
integer :: u

Expand Down

0 comments on commit 39dc950

Please sign in to comment.