Skip to content

Commit 3196613

Browse files
committed
Updates for v1.1.3: Fix bugs in clinical_criteria.py. Update data explorer to work with hugging face hub new version. Add lower bound dvh in clinical_criteria.py
1 parent 88debe0 commit 3196613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portpy/photon/clinical_criteria.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def get_dvh_table(self, my_plan: Plan, constraint_list: list = None, opt_params:
314314
return self.dvh_table
315315

316316

317-
def get_low_dose_vox_ind(self, my_plan: Plan, dose: np.ndarray, inf_matrix: InfluenceMatrix):
317+
def get_low_dose_vox_ind(self, my_plan: Plan, dose: np.ndarray, inf_matrix: InfluenceMatrix = None):
318318
"""
319319
Identifies and stores the indices of low-dose voxels for each DVH constraint or goal.
320320

0 commit comments

Comments
 (0)