Skip to content

Input dimension mis-match error when trying to compute model #542

@DCGuser

Description

@DCGuser

Hi Everyone, I'm new to gempy and to python, but I'm following each step of a simple horizontal geologic model using a data from one of my site. The geology is basically a bunch of estuary clays and silts, with some sandy channels.
I got the data in, was able to stack surfaces, plot a cross section withthout lithologies, and was able to do the interpolation using gp.set.interpolator with Theano_optimizer set as 'fast compile'. It calculates range etc, but when I try to use
sol=gp.compute_model(my model) I get this error:

Input dimension mis-match. (input[0].shape[1] = 84, input[1].shape[1] = 102), and after this message, a bunch of other exceptions.
Any ideas?
thanks
Daniel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions