File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ def distance_boundaries_checks(params):
142142 print ("[Warning] Source is on the boundaries or outside of the room!" )
143143 if (
144144 rec_x <= 0
145- or rec_x >= room_y
145+ or rec_x >= room_x
146146 or rec_y <= 0
147147 or rec_y >= room_y
148148 or rec_z <= 0
Original file line number Diff line number Diff line change 11# deism/version.py
2- __version__ = "2.2.1.6 " # Update this for new versions
2+ __version__ = "2.2.1.7 " # Update this for new versions
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ def clean(self):
307307 description = "An image source-based method used to simulate room transfer functions for arbitrary room shapes." ,
308308 long_description = open ("README.md" , encoding = "utf-8" ).read (),
309309 long_description_content_type = "text/markdown" ,
310- author = "Zeyu Xu, Songjiang Tan " ,
310+ author = "Zeyu Xu" ,
311311 author_email = "zeyu.xu@audiolabs-erlangen.de" ,
312312 url = "https://github.com/audiolabs/DEISM" ,
313313 # license="MIT", !!! Todo: add license
You can’t perform that action at this time.
0 commit comments