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 99d7269 commit f04bb92Copy full SHA for f04bb92
1 file changed
scdata/device/process/params.py
@@ -1,8 +1,8 @@
1
from numpy import arange
2
3
# Avoid negative pollutant concentrations by clipping or offseting. These are mutually exclusive
4
-_default_offset_negative_conc = False
5
-_default_clip_negative_conc = False
+default_offset_negative_conc = False
+default_clip_negative_conc = False
6
7
# Background concentrations
8
background_conc = {
0 commit comments