Skip to content

Commit

Permalink
bugfix reader
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelduranfrigola committed Nov 3, 2023
1 parent 96250ac commit afe5e41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ def run(self, smiles_list):
for x in r:
sample = str(x)
samples.append(sample)

R += [{"outcome": samples}]
R += [{"outcome": samples}]

meta = {
"outcome": h
Expand Down

0 comments on commit afe5e41

Please sign in to comment.