We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8885b6e + 052db81 commit 7eda46fCopy full SHA for 7eda46f
uqpce/pce/pbox.py
@@ -110,6 +110,8 @@ def _generate_aleatory_samples(self):
110
Creates resample values for aleatory variables
111
"""
112
if self.aleat_var_count == 0:
113
+ # Still create the attribute with 0 columns for consistency
114
+ self.aleat_resample = np.zeros([self.aleat_samps, 0])
115
return
116
117
if self.rank == 0 and self.verbose:
0 commit comments