bandframework / surmise

A python package for surrogate models that interface with calibration and other tools
https://surmise.readthedocs.io/en/latest/
MIT License
9 stars 6 forks source link

discontinue matrix transpose attempt to match dimensions #114

Open mosesyhc opened 1 week ago

mosesyhc commented 1 week ago

Currently, the matrix f is transposed when input dimensions do not match. Instead, an error should be thrown.