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

Rename spatial_dimension to input_dimension across codebase #350

Closed
damar-wicaksono opened this issue May 14, 2024 · 1 comment
Closed
Assignees
Labels
core Core functionality of the package refactoring Changes in the implementation with no or minor changes in behaviours
Milestone

Comments

@damar-wicaksono
Copy link
Owner

Following Issue #345, if the new abstract property is introduced, then it would be more intuitive to also rename the property spatial_dimension1 to input_dimension.

Footnotes

  1. the main reason to adopt the name spatial_dimension in the first place (albeit rather unconventional to the community) was due to my involvement in maintaining the minterpy package. There the dimensionality of the polynomials is called spatial_dimension.

@damar-wicaksono damar-wicaksono added refactoring Changes in the implementation with no or minor changes in behaviours core Core functionality of the package labels May 14, 2024
@damar-wicaksono damar-wicaksono added this to the 0.5.0 Release milestone May 14, 2024
@damar-wicaksono damar-wicaksono self-assigned this May 14, 2024
damar-wicaksono added a commit that referenced this issue Nov 4, 2024
The property `spatial_dimension` that appears in
`ProbInput` and `UQTestFunBareABC` has been renamed to
`input_dimension` for clarity (as opposed to `output_dimension`).

Furthermore:

- The test suite has been accordingly updated.
- All occurences in the docs have been replaced accordingly.
- The issue with the opening paragraphs of the Sobol'-G
  function has been resolved (Issue #366).

This commit should resolve Issues #350 and #366.
@damar-wicaksono
Copy link
Owner Author

This issue has been resolved by PR #367.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core functionality of the package refactoring Changes in the implementation with no or minor changes in behaviours
Projects
None yet
Development

No branches or pull requests

1 participant