Skip to content

Commit b7d345b

Browse files
authored
Update characterize_data.py
Add shebang to executable python script.
1 parent 390ece0 commit b7d345b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Python/scripts/characterize_data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /usr/bin/env python
2+
13
import SimpleITK as sitk
24
import pandas as pd
35
import numpy as np

0 commit comments

Comments
 (0)