kreshuklab/plant-seg

Use of `Enum` should be consistent

Opened this issue · 0 comments

Now ImageLayout.ZYX and ImageLayout.ZYX.value are both used. If it's an Enum then we should just use ImageLayout.ZYX? Didn't check best convention yet.