Skip to content

Commit f0b08f1

Browse files
committed
Test fix
1 parent 2b3f495 commit f0b08f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/diffpy/pdfmorph/pdfplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import numpy
1919
from bg_mpl_stylesheets.styles import all_styles
2020

21-
plt.style.use(all_styles["bg_style"])
21+
plt.style.use(all_styles["bg-style"])
2222

2323

2424
# FIXME - make this return the figure object in the future, so several views

tests/test_morph_func.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import numpy as np
55

66
from diffpy.pdfmorph.pdfmorph_api import morph_default_config, pdfmorph
7-
from diffpy.pdfmorph.tests.test_morphstretch import heaviside
7+
from tests.test_morphstretch import heaviside
88

99

1010
def test_morphfunc_verbose():

tests/test_pdfplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import numpy as np
77

88
from diffpy.pdfmorph.pdfmorph_api import morph_default_config, pdfmorph, plot_morph
9-
from diffpy.pdfmorph.tests.test_morphstretch import heaviside
9+
from tests.test_morphstretch import heaviside
1010

1111

1212
# smoke test

0 commit comments

Comments
 (0)