VlachosGroup / pMuTT

Python Multiscale Thermochemistry Toolbox (pMuTT)
https://vlachosgroup.github.io/pMuTT/
40 stars 23 forks source link

Nasa9 empirical object fails to be created from data #208

Closed wittregr closed 6 months ago

wittregr commented 1 year ago

Version of pMuTT 1.3.1

When creating a Nasa9 object from data and specifying a single float T_mid or no T_mid the operations fails with error. T_interval = np.concatenate([[T_low], T_mid, [T_high]])

ValueError: all the input arrays must have same number of dimensions, but the array at index 0 has 1 dimension(s) and the array at index 1 has 0 dimension(s)