Commit 20ce5daa authored by Andrei Sobolev's avatar Andrei Sobolev
Browse files

Seems that ASE does not autodetect exciting format in 3.26; update test

parent 833d2ee6
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,10 +11,10 @@ ref_structures = {
        'path': path_prefix / 'geometry.in',
        'symbols': 'CdSrTaCdSrTaCdSrTaCdSrTa'
    },
    'exciting':{
        'path': path_prefix / 'input.xml',
        'symbols': 'Hf2'
    },
    # 'exciting':{
    #     'path': path_prefix / 'input.xml',
    #     'symbols': 'Hf2'
    # },
}

class TestAutodetection: