From 021a666077f4dce8149492d8c704ffcafd0327d2 Mon Sep 17 00:00:00 2001 From: Robin Scheibler Date: Fri, 1 Nov 2024 16:06:19 +0900 Subject: [PATCH] Corrects typo in materials.json (#376) ceiling_fibre_abosrber -> ceiling_fibre_absorber --- CHANGELOG.rst | 5 ++++- pyroomacoustics/data/materials.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 41484661..8b0efa23 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,7 +11,10 @@ adheres to `Semantic Versioning `_. `Unreleased`_ ------------- -Nothing yet +Changed +~~~~~~~ + +- Fixes typo in ``materials.json``: ``ceiling_fibre_abosrber -> ceiling_fibre_absorber``. `0.8.1`_ - 2024-10-30 --------------------- diff --git a/pyroomacoustics/data/materials.json b/pyroomacoustics/data/materials.json index d720c5b5..c4f5d988 100644 --- a/pyroomacoustics/data/materials.json +++ b/pyroomacoustics/data/materials.json @@ -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] },