Skip to content

Commit a906fdf

Browse files
jarverhajarverha
authored andcommitted
hope it is fixed now
1 parent 39bc015 commit a906fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powershap/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ def powerSHAP_statistical_analysis(
6161
required_iterations.append(0)
6262
effect_size.append(0)
6363
power_list.append(0)
64-
65-
print(required_iterations)
64+
65+
required_iterations = [x[0] if isinstance(x, list) else x for x in required_iterations]
6666

6767
processed_shaps_df = pd.DataFrame(
6868
data=np.hstack(

0 commit comments

Comments
 (0)