Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
markus.kuehbach committed Aug 31, 2023
1 parent 6d8ccd0 commit 076b739
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/dataconverter/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,6 @@ def test_mpes_writing(tmp_path):
nexus_helper.process_nexus_master_file(None)
with open(os.path.join(tmp_path, 'mpes_test.log'), 'r', encoding='utf-8') as logfile:
log = logfile.readlines()
with open(
os.path.join(dirpath, 'Ref_nexus_mpes.log'),
'r',
encoding='utf-8'
) as logfile:
ref_log = logfile.readlines()
assert len(log) == 4486


Expand Down

0 comments on commit 076b739

Please sign in to comment.