EricBoi commited on
Commit
fc2a7e5
·
1 Parent(s): 949746a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ batch = psi4_test_batches[batchID]
148
 
149
  #mono, dipo = apply_model(DCM1, test_weights, batch, batch_size)
150
  dcm1results = plot_model(DCM1, dcm1_weights, batch, batch_size, 1, plot=False)
151
- dcm2results = plot_model(DCM2, dcm2_weights, batch, batch_size, 1, plot=False)
152
 
153
  atoms = dcm1results["atoms"]
154
  dcmol = dcm1results["dcmol"]
 
148
 
149
  #mono, dipo = apply_model(DCM1, test_weights, batch, batch_size)
150
  dcm1results = plot_model(DCM1, dcm1_weights, batch, batch_size, 1, plot=False)
151
+ dcm2results = plot_model(DCM2, dcm2_weights, batch, batch_size, 2, plot=False)
152
 
153
  atoms = dcm1results["atoms"]
154
  dcmol = dcm1results["dcmol"]