Ignore:
Timestamp:
Jun 21, 2018, 8:31:25 AM (7 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.6.1, Candidate_v1.7.0, ChemicalSpaceEvaluator, stable
Children:
d83d64, f5ea10
Parents:
3e334e (diff), 4fc0ea (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'TremoloParser_IncreasedPrecision' into Candidate_v1.6.1

Conflicts:

tests/Python/ForceAnnealing/post/five_carbon_test_bondgraph.data
tests/Python/ForceAnnealing/post/five_carbon_test_no-bondgraph.data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Python/AllActions/moltest_check.py

    r3e334e r8d56a6  
    2424def CheckParameters(docstring):
    2525    result = 0
    26     params = re.findall(r'\(str\)([-a-zA-Z]*)', docstring)
     26    params = re.findall(r'\(str\)([-_a-zA-Z]*)', docstring)
    2727
    2828    for param in params:
Note: See TracChangeset for help on using the changeset viewer.