Skip to content

Commit 72e7619

Browse files
Patch version for parsing of delta
1 parent b391a46 commit 72e7619

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

base_recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package:
2-
version: '1.0.6'
2+
version: '1.0.7'
33

44
source:
55
path: ..

datasail/parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def parse_datasail_args(args) -> Dict[str, object]:
115115
"-d",
116116
"--delta",
117117
default=0.3,
118-
type=int,
118+
type=float,
119119
dest=KW_DELTA,
120120
help="Relative error for stratification. This is only used if stratification is provided."
121121
)

datasail/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.6"
1+
__version__ = "1.0.7"

0 commit comments

Comments
 (0)