Skip to content
Snippets Groups Projects
Commit 1e2a5c37 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Non-intensity files must not be compressed.

parent ab7bb320
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ void PyPersistenceTest::runTest()
// Glob reference files
std::string ref_stem = Utils::FileSystem::GetJoinPath(PYPERSIST_REF_DIR, getName());
std::map<const std::string, const std::string> ref;
for (const std::string& fname: Utils::FileSystem::glob(ref_stem+".*.*.gz"))
for (const std::string& fname: Utils::FileSystem::glob(ref_stem+".*.*"))
ref.insert(make_pair(Utils::String::split(fname,".")[1]+"."+
Utils::String::split(fname,".")[2],
fname));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment