Closed ahasson closed 1 year ago
During encoding,
inner_idx = ( group_obj.find_next_available( previous_bond.group_idx_dict[group_obj.index], 0 ) if previous_bond is not None else 0 )
inner_idx can be None under certain circumstances.
None
It appears the checks in the Molecular Graph functions are not checking this edge case already.
During encoding,
inner_idx can be
None
under certain circumstances.It appears the checks in the Molecular Graph functions are not checking this edge case already.