We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9847a8 commit a1d7555Copy full SHA for a1d7555
sbi/neural_nets/net_builders/flow.py
@@ -1068,8 +1068,8 @@ def build_zuko_flow(
1068
z_score_x_bool, structured_x = z_score_parser(z_score_x)
1069
if z_score_x_bool:
1070
transform = (
1071
- transform,
1072
standardizing_transform_zuko(batch_x, structured_x),
+ transform,
1073
)
1074
1075
z_score_y_bool, structured_y = z_score_parser(z_score_y)
@@ -1087,8 +1087,8 @@ def build_zuko_flow(
1087
1088
1089
transforms = (
1090
- *transforms,
1091
+ *transforms,
1092
1093
1094
0 commit comments