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 33145fc commit c290d58Copy full SHA for c290d58
the_well/data/datasets.py
@@ -332,8 +332,6 @@ def __init__(
332
if use_normalization and normalization_type:
333
with self.fs.open(self.normalization_path, mode="r") as f:
334
stats = yaml.safe_load(f)
335
- with self.fs.open(self.normalization_path, mode="r") as f:
336
- stats = yaml.safe_load(f)
337
338
self.norm = normalization_type(
339
stats, self.core_field_names, self.core_constant_field_names
0 commit comments