Skip to content

BMI interface returns wrong data types #19

@sverhoeven

Description

@sverhoeven

Calling bmi methods via grcp4bmi and Docker is giving errors.

model.get_output_var_names() returns error with

Cell(['Fluxes leaving the model > flux_out', 'Internal fluxes > flux_in',
       'Storages (time = t) > S(t)', 'Water balance check > wb'],
      dtype=object) has type <class 'oct2py.io.Cell'>, but expected one of: (<class 'bytes'>, <class 'str'>)

model.get_value('flux_out') returns error with

Arrays with type {} cannot be transmitted through this GRPC channel

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions