nomad-coe / electronic-parsers

Apache License 2.0
18 stars 7 forks source link

w2dynamics test failing #137

Closed JosePizarro3 closed 1 year ago

JosePizarro3 commented 1 year ago

Line 312 in the w2dynamics parser:

        filename = os.path.join(os.path.dirname(self.filepath.split("/raw/")[-1]), self.mainfile)

This is causing that the test for w2dynamics does not work, as the self.archive.m_context of line 318 is not being resolved. I deleted the testing as it is not very important.