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

Fixes from_corner/extrude for mixed single/multi-band materials #388

Merged
merged 4 commits into from
Dec 8, 2024

Conversation

fakufaku
Copy link
Collaborator

@fakufaku fakufaku commented Dec 7, 2024

Fixes issues #381.

When creating a room with from_corners with multi-band material, and then making it 3D with extrude with a single band material for the floor and ceiling, an error would occur.
After the fix, the materials for floor and ceiling are automatically extended
to multi-band, as expected.

  • Are there docstrings ? Do they follow the numpydoc style ?
  • Have you run the tests by doing nosetests or py.test at the root of the repo ?
  • Have you checked that the doc builds properly and that any new file has been added to the repo ? How to do that is covered in the documentation.
  • Is there a unit test for the proposed code modification ? If the PR addresses an issue, the test should make sure the issue is fixed.
  • Last but not least, did you document the proposed change in the CHANGELOG file ? It should go under "Unreleased".

@fakufaku fakufaku self-assigned this Dec 7, 2024
@fakufaku fakufaku linked an issue Dec 7, 2024 that may be closed by this pull request
@fakufaku fakufaku merged commit 033126f into master Dec 8, 2024
38 checks passed
@fakufaku fakufaku deleted the fix/issue381 branch December 8, 2024 13:54
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 this pull request may close these issues.

From_Corners Materials bug
1 participant