Skip to content

Commit c0b69b4

Browse files
rename folder to sample_model
1 parent b5bd527 commit c0b69b4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

tests/unit_tests/sample/test_components.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
from scipy.integrate import simpson
77

8-
from easydynamics.sample import (
8+
from easydynamics.sample_model import (
99
Gaussian,
1010
Lorentzian,
1111
Voigt,
1212
DeltaFunction,
1313
DampedHarmonicOscillator,
1414
Polynomial,
1515
)
16-
from easydynamics.sample.components import ModelComponent
16+
from easydynamics.sample_model.components import ModelComponent
1717

1818
from easyscience.variable import Parameter
1919

0 commit comments

Comments
 (0)