Skip to content

Commit

Permalink
fix bias fut kwargs attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
grantbuster committed Oct 23, 2024
1 parent 5d6e5d7 commit b4c30a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sup3r/bias/qdm.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ class with the bias_fps
self.bias_fut_fps = bias_fut_fps
self.bias_fut_fps = expand_paths(self.bias_fut_fps)

self.bias_fut_handler_kwargs = bias_fut_handler_kwargs or {}
self.bias_fut_dh = self.bias_handler(self.bias_fut_fps,
[self.bias_feature],
target=self.target,
Expand Down

0 comments on commit b4c30a8

Please sign in to comment.