Skip to content

Commit e8b888f

Browse files
committed
Name change diff->get-diff
1 parent 5caa18e commit e8b888f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/diffpy/morph/morphpy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def __get_morph_opts__(parser, scale, stretch, smear, plot, **kwargs):
4545
"apply",
4646
"reverse",
4747
"diff",
48+
"get-diff",
4849
]
4950
opts_to_ignore = ["multiple-morphs", "multiple-targets"]
5051
for opt in opts_storing_values:

tests/test_morphpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_morph_opts(self, setup_morph):
7575
"addpearson": False,
7676
"apply": False,
7777
"reverse": False,
78-
"diff": False,
78+
"get_diff": False,
7979
"multiple_morphs": False,
8080
"multiple_targets": False,
8181
}

0 commit comments

Comments
 (0)