Closed dfm closed 4 years ago
To Reproduce This section should include a simple, standalone code snippet that demonstrates the issue.
y = np.asfortranarray(y) gp.log_likelihood(y)
Currently throws a "dimension mismatch" error.
From @ruthangus
This actually seems to work just fine - not sure what was happening before. It must have been something else about data read in from a FITS file. Let's re-open if we find it again.
To Reproduce This section should include a simple, standalone code snippet that demonstrates the issue.
Currently throws a "dimension mismatch" error.