Changeset f5ea10 for tests/Python/AllActions/moltest_check.py
- 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)
- File:
-
- 1 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:
Note:
See TracChangeset
for help on using the changeset viewer.