Skip to content

Commit 1c1a6c5

Browse files
committed
Minor commenting
1 parent a01e02d commit 1c1a6c5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

eprpy/loader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from pathlib import Path
66
from copy import deepcopy
77

8+
# EPRpy
89
from eprpy.plotter import eprplot
910
from eprpy.processor import _integrate,_scale_between,_baseline_correct
1011

eprpy/processor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from copy import deepcopy
44
from scipy.interpolate import UnivariateSpline
55

6+
# EPRpy
67
from eprpy.plotter import interactive_points_selector
78

89
def _scale_between(eprdata,min_val=None,max_val=None):

0 commit comments

Comments
 (0)