Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenvivek committed Nov 23, 2023
1 parent 90781c4 commit 0f358b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/api/00_drr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
" self.air = torch.where(self.volume <= -800)\n",
" self.soft_tissue = torch.where((-800 < self.volume) & (self.volume <= 350))\n",
" self.bone = torch.where(350 < self.volume)\n",
" self.bone_attenuation_multiplier = bone_attenuation_multiplier \n",
" self.bone_attenuation_multiplier = bone_attenuation_multiplier\n",
"\n",
" def reshape_transform(self, img, batch_size):\n",
" if self.reshape:\n",
Expand Down

0 comments on commit 0f358b0

Please sign in to comment.