Open oesteban opened 1 year ago
First, https://github.com/nipraxis-fall-2022/diagnostics-NME/blob/6653c8051c82cfd7d70e009b4d01cc82d02d74f0/scripts/validate_data.py#L9 where sys is imported but never used.
sys
Later, https://github.com/nipraxis-fall-2022/diagnostics-NME/blob/6653c8051c82cfd7d70e009b4d01cc82d02d74f0/scripts/validate_data.py#L83 assigns d_pth and it's never used.
d_pth
First, https://github.com/nipraxis-fall-2022/diagnostics-NME/blob/6653c8051c82cfd7d70e009b4d01cc82d02d74f0/scripts/validate_data.py#L9 where
sys
is imported but never used.Later, https://github.com/nipraxis-fall-2022/diagnostics-NME/blob/6653c8051c82cfd7d70e009b4d01cc82d02d74f0/scripts/validate_data.py#L83 assigns
d_pth
and it's never used.