Skip to content

Commit 071c32a

Browse files
committed
add additional todo comments
1 parent 4412a76 commit 071c32a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pyhf/optimize/mixins.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ def _internal_postprocess(
8787
tensorlib, _ = get_backend()
8888

8989
# TODO: check how to handle this for batching
90+
# TODO: handle skipping fixed parameters
91+
# TODO: handle various backends
9092
for par_index, (fitted_par, bound) in enumerate(zip(fitresult.x, par_bounds)):
9193
if fitted_par in bound:
9294
log.warning(f'parameter at index {par_index} is at the bounds')

0 commit comments

Comments
 (0)