We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think the lengths of f_reg and self.reg_factor_f are not equal in
f_reg
self.reg_factor_f
funfolding/funfolding/solution/likelihood.py
Line 261 in 2f485b0
f_reg = f_reg[self._f_slice]
Lines 257 to 258 in 2f485b0
Lines 167 to 169 in 2f485b0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think the lengths of
f_reg
andself.reg_factor_f
are not equal infunfolding/funfolding/solution/likelihood.py
Line 261 in 2f485b0
if a certain number of bins is ignored in the regularization.
I believe adding the line
f_reg = f_reg[self._f_slice]
betweenfunfolding/funfolding/solution/likelihood.py
Lines 257 to 258 in 2f485b0
would solve the problem, just as it is done here:
funfolding/funfolding/solution/likelihood.py
Lines 167 to 169 in 2f485b0
The text was updated successfully, but these errors were encountered: