Skip to content

Commit

Permalink
Update BatchProcessDVH2CSV.py
Browse files Browse the repository at this point in the history
Import np
  • Loading branch information
AnnieAnNguyen authored Oct 12, 2023
1 parent 5a4e460 commit 3813fbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Model/batchprocessing/BatchProcessDVH2CSV.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from src.Model.batchprocessing.BatchProcess import BatchProcess
from src.Model.PatientDictContainer import PatientDictContainer
import pandas as pd
import numpy as np


class BatchProcessDVH2CSV(BatchProcess):
Expand Down

0 comments on commit 3813fbe

Please sign in to comment.