Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docstring of Grid1D shows non-existent attributes #723

Open
jsmariegaard opened this issue Sep 11, 2024 · 1 comment · May be fixed by #732
Open

Docstring of Grid1D shows non-existent attributes #723

jsmariegaard opened this issue Sep 11, 2024 · 1 comment · May be fixed by #732

Comments

@jsmariegaard
Copy link
Member

The docstring of Grid1D

class Grid1D(_Geometry):
shows non-existent attributes like x0, node_coordinates and axis_name. I don't know why these properties were removed but the doctring should be consistent with the implementation.

@ecomodeller
Copy link
Member

The docstring refers to parameters to the __init__ method, not properties.

@ecomodeller ecomodeller linked a pull request Oct 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants