Skip to content

Conversation

@HansKallekleiv
Copy link
Collaborator

@HansKallekleiv HansKallekleiv commented Oct 22, 2025

Resolves the type error in the issue by providing default values.

Also added an option to reset layer range when grid model changes, typically with new layer ranges.

Closes #1227, closes #1247

Comment on lines 236 to 240
return [
[0, 1, 0],
[0, 1, 0],
[0, 1, 0],
];
Copy link
Collaborator

@anders-kiaer anders-kiaer Oct 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this 2D array be a named constant, both to help explain what the matrix represents, and also since it is used later in the same file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants