Upload app.py
Browse files
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 |
-
|
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(
|