Commit Graph

178 Commits

Author SHA1 Message Date
69b32aef13 Merge remote-tracking branch 'github/develop' into collected-small-changes 2022-08-27 10:12:58 -04:00
b31b20f336 print error if extract_setting() uses unknown setting string. 2022-08-27 07:02:19 -04:00
60b00bfa8f update unit tests for variable command 2022-08-25 05:48:07 -04:00
414b0b1475 update unit tests 2022-08-18 10:52:25 -04:00
5ff56753da update unit tests for changed error messages 2022-08-17 23:56:22 -04:00
92c9614429 Merge branch 'develop' into refactor-find-xxx
# Conflicts:
#	src/atom.h
#	src/compute_centroid_stress_atom.cpp
2022-08-17 15:48:26 -04:00
559ced9869 updated error messages and test for region.cpp 2022-08-16 16:52:19 -04:00
bec86f3f04 added some death tests and more readable code for some error messages 2022-08-15 16:16:48 -04:00
29998775f0 Added a test for region clyinder with an open face 2022-08-14 22:48:42 -04:00
f9352e6ad7 update unit test for groups 2022-08-11 03:56:29 -04:00
4ac74a4153 add is_os() special function to the variable command 2022-08-06 21:44:03 -04:00
533a56404a add more unit tests for boolean expressions 2022-06-29 16:45:28 -04:00
793069d8eb update and expand unit tests for if() command boolean evaluation 2022-06-29 12:24:43 -04:00
d487ab10e2 doc page and unittest tweaks 2022-05-17 12:00:40 -06:00
c0e5a03989 update tests for delete_atoms 2022-05-15 01:56:59 -04:00
2aa1c6975f fix typo 2022-05-04 19:09:19 -04:00
e897ab7611 improve error messages 2022-05-04 16:25:12 -04:00
ba3aa8fab5 remove NULL option for reset_timestep 2022-05-04 16:21:06 -04:00
81bb4bfc23 Merge branch 'collected-small-changes' into add_set_time 2022-05-04 15:49:14 -04:00
059c84bf41 Merge branch 'develop' into add_set_time 2022-05-04 15:47:28 -04:00
eec86c8038 Merge branch 'develop' into collected-small-changes 2022-05-04 15:45:38 -04:00
f8742d599b merge set_time command into reset_timestep 2022-05-04 13:24:52 -04:00
0bedff1ce0 implement set_time command 2022-05-03 13:15:52 -04:00
257a070666 add test for ellipsoid, check for special case of ellipsoid/prism 2022-05-03 11:02:01 -04:00
bd5858019e add minimal unit test for Region class 2022-05-02 17:06:28 -04:00
672c063fd8 add unit test for delete_atoms 2022-04-29 22:33:15 -04:00
9f9a5ca76f Merge branch 'develop' into region-lookup-refactor 2022-04-22 22:53:02 -04:00
c054edda6b allow larger error margin for pressure computes 2022-04-22 13:22:01 -04:00
aa4787f604 complete region handling refactor 2022-04-16 00:17:39 -04:00
51c41f09bf recover unit tests for variables 2022-03-28 09:21:25 -04:00
87c96aeeb1 add tests for more compute styles 2022-03-05 10:07:54 -05:00
b94995cf5b add some TALLY package compute. simplify some code with convenience functions 2022-03-04 06:24:37 -05:00
550d523c9e add gyration 2022-03-04 04:41:43 -05:00
3bfb03bcb8 test compute com and compute dipole 2022-03-03 17:27:11 -05:00
e4d920d582 add minimal test for testing compute styles that compute global scalars 2022-03-03 17:11:01 -05:00
7ee7d0c570 apply clang-format 2022-01-30 17:18:40 -05:00
6ff157a099 use quoting to avoid issues with blanks and special characters 2022-01-29 21:05:19 -05:00
cc0d91b222 re-add copies of linked files 2022-01-29 21:01:49 -05:00
571821694e remove links broken on windows 2022-01-29 21:01:35 -05:00
6c98915a9c port to windows 2022-01-29 20:52:37 -05:00
845ab2dd71 On Windows the Regex matcher for '.' does not match '\n'
Thus we have to use ContainsRegex instead of MatchesRegex
2022-01-29 16:35:30 -05:00
d62e25decc don't specify default working directory for tests explicitly 2022-01-29 11:10:23 -05:00
8423ecb211 small tweaks to make things work with the new settings 2022-01-28 21:28:37 -05:00
62f5f4d126 Merge remote-tracking branch 'github/develop' into fmt_upgrade 2021-12-10 23:04:58 -05:00
878dd746db reduce warnings and improve portability 2021-12-09 13:55:53 -05:00
377b5b4ab3 Merge pull request #3020 from akohlmey/collected-small-changes
Collected small changes and fixes
2021-11-17 14:00:13 -05:00
25db8a21bc account for increased floating point errors when summing numbers to zero 2021-11-07 08:29:16 -05:00
aab4f71019 Merge branch 'develop' into multi-config-support
# Conflicts:
#	unittest/force-styles/test_error_stats.cpp
2021-11-04 15:50:49 -04:00
b7bf60ea53 use the portable platform::unlink() instead of unlink() 2021-11-03 14:26:50 -04:00
7f0b2334a5 update plugin loader test 2021-11-03 11:52:32 -04:00