We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
XYZ
Some methods in XYZ have a dependency on instances of classes derived from it. For example,
xtgeo/src/xtgeo/xyz/_xyz_oper.py
Line 120 in 6addf60
This function is "part of" the XYZ class but expects poly to be a Polygons instance, which is a class derived from XYZ.
poly
Not clear if just making these abstract methods in XYZ is the best choice, there might be a better one.
There might be other cases of this in which _xyz_something.py modules are imported into subclass modules.
_xyz_something.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some methods in
XYZ
have a dependency on instances of classes derived from it. For example,xtgeo/src/xtgeo/xyz/_xyz_oper.py
Line 120 in 6addf60
This function is "part of" the
XYZ
class but expectspoly
to be a Polygons instance, which is a class derived fromXYZ
.Not clear if just making these abstract methods in XYZ is the best choice, there might be a better one.
There might be other cases of this in which
_xyz_something.py
modules are imported into subclass modules.The text was updated successfully, but these errors were encountered: