- Timestamp:
- Jun 22, 2018, 7:26:09 AM (7 years ago)
- Branches:
- Candidate_v1.6.1, ChemicalSpaceEvaluator
- Children:
- 99c705
- Parents:
- 8d56a6
- git-author:
- Frederik Heber <frederik.heber@…> (09/26/17 22:30:01)
- git-committer:
- Frederik Heber <frederik.heber@…> (06/22/18 07:26:09)
- Location:
- tests/Python/AllActions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Python/AllActions/moltest_check.py
r8d56a6 rf5ea10 24 24 def CheckParameters(docstring): 25 25 result = 0 26 params = re.findall(r'\(str\)([-_a-zA-Z ]*)', docstring)26 params = re.findall(r'\(str\)([-_a-zA-Z0-9]*)', docstring) 27 27 28 28 for param in params: -
tests/Python/AllActions/options.dat
r8d56a6 rf5ea10 92 92 fragment_path "test/" 93 93 fragment_prefix "BondFragment" 94 graph6 "B`" 94 95 grid_level "5" 95 96 help "help"
Note:
See TracChangeset
for help on using the changeset viewer.