Skip to content

Commit

Permalink
report_text.py aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
dkratzert authored Apr 17, 2024
1 parent 2e63dcb commit f6d69ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion finalcif/report/report_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def __init__(self, cif: CifContainer, paragraph: Paragraph, ref: references.Refe
if 'STOE X-RED'.lower() in integration.lower():
data_reduct_ref, integration_prog = self.add_x_red_reference(integration)
absdetails = cif['_exptl_absorpt_process_details'].replace('-', ' ')
absdetails += cif['_computing_bruker_data_scaling'].replace('-', ' ').replace(':', '')
if 'SADABS' in absdetails.upper() or 'TWINABS' in absdetails.upper():
# if len(absdetails.split()) > 1:
# version = absdetails.split()[1]
Expand Down

0 comments on commit f6d69ea

Please sign in to comment.