Skip to content

Commit

Permalink
fix solver manager pyro for kernel support
Browse files Browse the repository at this point in the history
  • Loading branch information
ghackebeil committed Mar 11, 2021
1 parent aecf2f4 commit d989a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysp/pyro/smanager_pyro.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def _get_task_data(self, ah, *args, **kwds):
else:
assert isinstance(arg, IBlock)
model_suffixes = list(comp.storage_key for comp \
in pyomo.core.base.suffix.\
in pyomo.core.kernel.suffix.\
import_suffix_generator(arg,
active=True,
descend_into=False))
Expand Down

0 comments on commit d989a8c

Please # to comment.