Skip to content

Commit f04bb92

Browse files
committed
Default params for clipping and offset of negative conc
1 parent 99d7269 commit f04bb92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scdata/device/process/params.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from numpy import arange
22

33
# Avoid negative pollutant concentrations by clipping or offseting. These are mutually exclusive
4-
_default_offset_negative_conc = False
5-
_default_clip_negative_conc = False
4+
default_offset_negative_conc = False
5+
default_clip_negative_conc = False
66

77
# Background concentrations
88
background_conc = {

0 commit comments

Comments
 (0)