File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 "text" : [
3636 " % Total % Received % Xferd Average Speed Time Time Time Current\n " ,
3737 " Dload Upload Total Spent Left Speed\n " ,
38- " 100 3092k 100 3092k 0 0 897k 0 0:00:03 0:00:03 --:--:-- 897k \n " ,
38+ " 100 3092k 100 3092k 0 0 432k 0 0:00:07 0:00:07 --:--:-- 501k \n " ,
3939 " Archive: abfe_results.zip\n " ,
4040 " inflating: abfe_results/README.md \n " ,
4141 " inflating: abfe_results/abfe_results_single_unit/results_2/1.json \n " ,
264264 " \n " ,
265265 " This also takes into account that repeats may have been run for this edge by using the average MBAR error\n " ,
266266 " \"\"\"\n " ,
267- " complex_errors = [x[1].m for x in r[\" complex\" ]]\n " ,
268- " solvent_errors = [x[1].m for x in r[\" solvent\" ]]\n " ,
269- " return np.sqrt(np.mean(complex_errors) ** 2 + np.mean(solvent_errors) ** 2) "
267+ " complex_errors = np.array( [x[1].m for x in r[\" complex\" ]]) \n " ,
268+ " solvent_errors = np.array( [x[1].m for x in r[\" solvent\" ]]) \n " ,
269+ " return np.sqrt(np.mean(complex_errors**2) + np.mean(solvent_errors**2)) \n "
270270 ]
271271 },
272272 {
You can’t perform that action at this time.
0 commit comments