Skip to content
Snippets Groups Projects
Commit fa8254be authored by Taya Snijder's avatar Taya Snijder
Browse files

removed old debug messages

parent 2cbfe943
No related branches found
No related tags found
1 merge request!24Resolve #2021 "04 16 branched from master ini file device"
......@@ -119,10 +119,8 @@ class ini_client(CommClient):
self.config.read_file(self.config_file)
value = self.config.get(section, name)
print("pre conversion: ", value, type(value)) # pre conversion
value = array(value, dtype)
print("post conversion: ", value, type(value)) # pre conversion
if dim_y > 1:
# if data is an image, slice it according to the y dimensions
value = numpy.array(numpy.split(value, indices_or_sections=dim_y))
......
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