-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Description
for objects generated on aws/linux, the obj.dirs list contains paths in this format:
'picasso/20181105/session01/array01/channel002/cell01'
whereas objects generated on windows store paths in this format:
'Documents\20181105\session01\array01\channel002\cell01'
The DPT.levels.get_level_name and other library methods use python os library to parse the path strings. Calling DPT.levels on AWS created objects in Windows will produce an error, and vice-versa, as the python os library behaves differently depending on the home OS.
Metadata
Metadata
Assignees
Labels
No labels