Skip to content

Commit

Permalink
Changelog and test file for issue 235
Browse files Browse the repository at this point in the history
  • Loading branch information
fakufaku committed Oct 15, 2021
1 parent af7c3aa commit e4f2176
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`_.
`Unreleased`_
-------------

Bugfix
~~~~~~

- Issue 235: fails when set_ray_tracing is called, but no mic_array is set
- Issue 236: general ISM produces the wrong transmission coefficients
- Removes an unncessery warning for some rooms when ray tracing is not needed

Misc
~~~~

Expand Down
7 changes: 7 additions & 0 deletions pyroomacoustics/tests/test_issue_235.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import pyroomacoustics as pra


def test_set_rt_no_directivity():

room = pra.ShoeBox([5, 4, 3])
room.set_ray_tracing()

0 comments on commit e4f2176

Please sign in to comment.