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 7697561 commit aaa79c3Copy full SHA for aaa79c3
src/dscim/preprocessing/preprocessing.py
@@ -88,6 +88,9 @@ def reduce_damages(
88
), "Adding up does not take an eta argument. Please set to None."
89
# client = Client(n_workers=35, memory_limit="9G", threads_per_worker=1)
90
91
+ if recipe == "risk_aversion":
92
+ assert not quantreg, "Quantile regression is not compatible with risk aversion. Please set quantreg to False."
93
+
94
with open(config) as stream:
95
c = yaml.safe_load(stream)
96
params = c["sectors"][sector]
0 commit comments