uwefladrich / rdy2cpl

A Python tool to create auxiliary files and remapping weights for the OASIS coupler
MIT License
3 stars 3 forks source link

Fix module imports #4

Closed uwefladrich closed 1 year ago

uwefladrich commented 1 year ago

Some modules/packages (e.g. rdy2cpl.model_spec) cannot be imported when rdy2cpl is installed via setuptools:

> pip install git+https://github.com/uwefladrich/rdy2cpl.git
[...]
> python
>>> import rdy2cpl.model_spec
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'rdy2cpl.model_spec'