Skip to content
Snippets Groups Projects
Commit d95be118 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[test][algorithms] Rename and update algorithm for raw data access

parent d10fdfa6
No related branches found
No related tags found
1 merge request!27Refactor raw data access
......@@ -31,7 +31,7 @@ class Algorithm:
self.offset = 1
def setup(self, parameters):
with open("/databases/simple/1/datafile.txt", "rt") as shared_data:
with open("/databases/simple_rawdata_access/1/datafile.txt", "rt") as shared_data:
value = shared_data.read()
self.offset = int(value)
return True
......
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