getComparisonName¶
- 
lsst.pex.config.getComparisonName(name1, name2)¶ Create a comparison name that is used for printed output of comparisons.
Parameters: Returns: - name : 
str When
name1andname2are equal, the returned name is simply one of the names. When they are different the returned name is formatted as"{name1} / {name2}".
- name :