Example #1
0
 public SingleStructurePredictionsFixture(OsdrWebTestHarness harness)
 {
     FolderId = harness.PredictProperties(harness.JohnId.ToString(), "combined lysomotrophic.sdf", new Dictionary <string, object>()
     {
         { "parentId", harness.JohnId }, { "case", "valid one model with success optimization" }
     }).Result;
 }
Example #2
0
 public PredictPropertiesValidCaseFixture(OsdrWebTestHarness harness)
 {
     FolderId = harness.PredictProperties(harness.JohnId.ToString(), "combined lysomotrophic.sdf", new Dictionary <string, object>()
     {
         { "parentId", harness.JohnId }
     }).Result;
 }