Is it valid file according to SDF specifications? ```txt qwe ``` I am asking because during parsing this file I have no errors and parser just returned an empty result: ```JSON { "time": 0, "molecules": [], "labels": [], "statistics": [] } ```