Skip to content

Commit

Permalink
Merge pull request #361 from radis/develop
Browse files Browse the repository at this point in the history
0.10.2
  • Loading branch information
erwanp committed Aug 27, 2021
2 parents 2e0779f + cfb4705 commit 080b46f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -75,3 +75,4 @@ jobs:
password:
secure: dxZOpuKL1ezk3MM5FgY89zJYNL484x0jUZ+c3IB5q2GjpWl6qmCogoWG37iGZIcmldeIdVzga3pj5CC32eht4B0hJQX5QLVjCq9wwpfLs7Tkj4ODiAzvOchSLhfBOSLOIX33iW/+wxDjZ3fG61TzPI1z3ksdNh7+imdVYiV+G4FmOcxJKjFEgGm7CAwfbxso47ab9jbgm6FHbCC7HfpSiSrMpyIDSorJFk5XR11+Hoe6JjbKr11eeWuoO8EXKvSQeeJpsu0minqFyAy8nf9af/aU3NJU1LOlFM1DuoYlpQKwnbop5lBodU28zt4Asa1h8lp8Zu+wZSIaZSOeEoC6U/H/5zAE03W8SytWyWgNEtwuYLSiWacbOzeZOclVRoNu4P6Fz9hFdZuSANQlSQN7cBYFJiA8cbJDU4nb3srFoKlBLxCH9ZC3/K7rnZpjPmy7A35plNf+1dAEpB6adiWwsGy/VwCywHyJsBq7N3z6lN9wZ2SUPekl4y/sLobYPqg8y48u4bMqfd05Ub1QDUB3MSNALMa+OcczJvxNHZj+Bk4ooai/t/GOMOWNyy78VES7S/J77cWUheq+mW80ywCS8gcyF6ARR4EJxJGwp4q2RHwGdVvxbzc/uaKgi6I1bmLRw4cjJvOXx5ulLdANUftfMg4ATW/VAFqYLrdS/LpGX5A=
skip_existing: true
distributions: "sdist bdist_wheel"
2 changes: 1 addition & 1 deletion radis/__version__.txt
@@ -1 +1 @@
0.10.1
0.10.2
2 changes: 1 addition & 1 deletion radis/lbl/broadening.py
Expand Up @@ -1674,7 +1674,7 @@ def _apply_lineshape(self, broadened_param, line_profile, shifted_wavenum):
frac_left, frac_right = frac_right / dv, frac_left / dv

# offset to account for out-of-bound truncation
ioffset = itruncation
ioffset = itruncation + 1

# ... Initialize array on which to distribute the lineshapes
sumoflines_calc = zeros(len(wavenumber_calc) + 2 * ioffset)
Expand Down

0 comments on commit 080b46f

Please sign in to comment.