Yeefei commited on
Commit
0073b09
·
verified ·
1 Parent(s): 85d626b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -415,8 +415,8 @@ def infer_chest_cf(*args):
415
  cf_a = (cf_a.item() + 1) * 50
416
  # plots
417
  # plt.close('all')
418
- # effect = cf_x - rec_x
419
- effect = cf_x - obs["x"]
420
  print(effect.max())
421
  print(effect.min())
422
  effect = get_fig_arr(
 
415
  cf_a = (cf_a.item() + 1) * 50
416
  # plots
417
  # plt.close('all')
418
+ effect = cf_x - rec_x
419
+ # effect = cf_x - obs["x"]
420
  print(effect.max())
421
  print(effect.min())
422
  effect = get_fig_arr(