We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c69cce commit 2d76795Copy full SHA for 2d76795
src/easyreflectometry/calculators/wrapper_base.py
@@ -3,8 +3,8 @@
3
4
import numpy as np
5
6
-from EasyReflectometry.experiment import DEFAULT_RESOLUTION_FWHM_PERCENTAGE
7
-from EasyReflectometry.experiment import percentage_fhwm_resolution_function
+from easyreflectometry.experiment import DEFAULT_RESOLUTION_FWHM_PERCENTAGE
+from easyreflectometry.experiment import percentage_fhwm_resolution_function
8
9
10
class WrapperBase:
0 commit comments