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

Corrects typo in materials.json #376

Merged
merged 2 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`_.
`Unreleased`_
-------------

Nothing yet
Changed
~~~~~~~

- Fixes typo in ``materials.json``: ``ceiling_fibre_abosrber -> ceiling_fibre_absorber``.

`0.8.1`_ - 2024-10-30
---------------------
Expand Down
2 changes: 1 addition & 1 deletion pyroomacoustics/data/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
"description": "Plasterboard ceiling on battens with large air-space above",
"coeffs": [0.20, 0.15, 0.10, 0.08, 0.04, 0.02]
},
"ceiling_fibre_abosrber": {
"ceiling_fibre_absorber": {
"description": "Fibre absorber on perforated sheet metal cartridge, 0,5 mm zinc-plated steel, 1.5 mm hole diameter, 200 mm cavity filled with 20 mm mineral wool (20 kg/m3), inflammable",
"coeffs": [0.48, 0.97, 1.0, 0.97, 1.0, 1.0, 1.0]
},
Expand Down
Loading