Skip to content

Commit

Permalink
fix code scanning check notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaehne committed Oct 14, 2024
1 parent 731df23 commit 87551a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions lumispy/signals/common_luminescence.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,8 @@ def to_invcm_relative(self, laser=None, inplace=True, jacobian=False):
)
if not inplace:
return s2
else:
return None

to_invcm_relative.__doc__ %= (
TO_INVCM_DOCSTRING,
Expand Down
3 changes: 0 additions & 3 deletions lumispy/tests/signals/test_luminescence_transient_spectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@
# along with LumiSpy. If not, see <https://www.gnu.org/licenses/#GPL>.

import numpy as np
import pytest

from lumispy.signals import LumiSpectrum, LumiTransient, LumiTransientSpectrum
from hyperspy._signals.signal2d import Signal2D
from numpy.testing import assert_allclose


class TestLumiTransientSpectrum0D:
Expand Down

0 comments on commit 87551a9

Please sign in to comment.