Skip to content

Commit

Permalink
Merge pull request #457 from InsightSoftwareConsortium/blowekamp-patch-1
Browse files Browse the repository at this point in the history
Update characterize_data.py with shebang
  • Loading branch information
zivy authored Sep 16, 2024
2 parents 390ece0 + b7d345b commit ac194aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Python/scripts/characterize_data.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#! /usr/bin/env python

import SimpleITK as sitk
import pandas as pd
import numpy as np
Expand Down

0 comments on commit ac194aa

Please sign in to comment.