Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
encrypted-soul committed Jul 7, 2021
1 parent 62e693a commit dca1b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion radis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def get_version(verbose=False, add_git_number=True):


__version__ = get_version(add_git_number=False)
version = get_version() #complete version including commit number
version = get_version() # complete version including commit number


from .db import * # database of molecules
Expand Down
2 changes: 1 addition & 1 deletion radis/lbl/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ def eq_spectrum(
"lines_cutoff": self._Nlines_cutoff,
"lines_in_continuum": self._Nlines_in_continuum,
"thermal_equilibrium": True,
"radis_version": version
"radis_version": version,
}
)
conditions.update(
Expand Down

0 comments on commit dca1b16

Please sign in to comment.