Skip to content
Snippets Groups Projects
Commit c80de6f3 authored by Aaron Spring's avatar Aaron Spring
Browse files

table path no expid

parent 01c861d3
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ def read_all_outdatatype_files_to_ds(
table_path = f'{exppath}/{expid}/log'
table = (
f'{table_path}/'
+ f'{expid}_{model}_{outdatatype[:2]}*.codes'
+ f'*_{model}_{outdatatype[:2]}*.codes'
)
options += ' -t ' + table
else:
......
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