Skip to content
Snippets Groups Projects
Commit 21fd55d7 authored by Christian Kento Rasmussen's avatar Christian Kento Rasmussen
Browse files

added case for uint 8

parent 8f8c3264
No related branches found
No related tags found
1 merge request!45Save files function
......@@ -384,6 +384,8 @@ class DataLoader:
dt = np.uint8
case 'unsigned integer':
dt = np.uint16
case 'uint16':
dt = np.uint16
case _:
raise ValueError(f"Unsupported data type: {dt}")
......
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