forked from enviPath/enviPy
work towards #120
This commit is contained in:
@ -2886,7 +2886,7 @@ class ApplicabilityDomain(EnviPathModel):
|
||||
rule_idx, probs, neighbour_datasets
|
||||
)
|
||||
neighbours_per_rule[rule_idx] = [
|
||||
CompoundStructure.objects.get(uuid=ds[1].structure_id())
|
||||
CompoundStructure.objects.get(uuid=ds.structure_id(1))
|
||||
for ds in neighbour_datasets
|
||||
]
|
||||
neighbor_probs_per_rule[rule_idx] = [
|
||||
|
||||
Reference in New Issue
Block a user