From 366768ecbf4a69ebcee8dfb26ed5ab66cdeb3efd Mon Sep 17 00:00:00 2001 From: halvorhv Date: Fri, 14 Oct 2022 13:47:13 +0200 Subject: [PATCH] removing random print-functions --- nafuma/xrd/refinement.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nafuma/xrd/refinement.py b/nafuma/xrd/refinement.py index f97833a..84a76f2 100644 --- a/nafuma/xrd/refinement.py +++ b/nafuma/xrd/refinement.py @@ -137,13 +137,10 @@ def write_xdd(fout, data, options): fout.write('\tbkg @ ') for i in range(options['background']): fout.write('0 ') - #EXTRA for manual background: + #EXTRA for implementation of manual background: if options['manual_background'] != False: - print('YEAH1') fout.write('\n\t\'manual background file:') - print('YEAH2') fout.write('\n\tuser_y my_shape {_xy #include "'+options['manual_background']+'"} \n') - print('YEAH3') fout.write('\tprm !my_scale = 1;: 1.00000')