We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b97c7f commit 35d845bCopy full SHA for 35d845b
validphys2/src/validphys/results.py
@@ -59,7 +59,7 @@ def __init__(self, dataobj=None, central_value=None):
59
# libNNPDF object .get_cv()
60
if central_value is None:
61
central_value = dataobj.get_cv()
62
- self._central_value = np.array(central_value).squeeze()
+ self._central_value = np.array(central_value).reshape(-1)
63
64
@property
65
def central_value(self):
0 commit comments