Skip to content
Snippets Groups Projects
Commit 8dc049f8 authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

remove unnecessary scaling from mock dataset

parent 41a344dd
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ class MuMapMockDataset(MuMapDataset):
recon, mu_map = super().__getitem__(0)
recon = recon[:, :32, :, :]
mu_map = mu_map[:, :32, :, :]
return recon, mu_map / 40206.0
return recon, mu_map
def __len__(self):
return self.len
......
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