Skip to content

Commit

Permalink
Merge pull request #277 from mcneilco/brianbolt/issue276
Browse files Browse the repository at this point in the history
Brianbolt/issue276
  • Loading branch information
brianbolt authored Feb 5, 2022
2 parents 670cf68 + ec6ec9d commit 78d8205
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private HashMap<String, BitSet> molsToFingerprints(HashMap<String, String> struc
}
requestData.put("input", arrayNode);
requestData.put("input_type", "sdf");
requestData.put("fingerprint_type", type);
requestData.put("fingerprint_use", type);

// Post to the service and parse the response
String requestString = requestData.toString();
Expand Down

0 comments on commit 78d8205

Please sign in to comment.