Skip to content

Commit

Permalink
Add incoding
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-neal committed Nov 5, 2017
1 parent 37180d7 commit 7418a82
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spectrum_overload/differential.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

"""Differential Class which takes the difference between two spectra."""
from spectrum_overload import Spectrum

Expand Down
1 change: 1 addition & 0 deletions spectrum_overload/norm.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-

import numpy as np
import logging
Expand Down
1 change: 1 addition & 0 deletions spectrum_overload/spectrum.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

from __future__ import division, print_function

Expand Down
2 changes: 2 additions & 0 deletions spectrum_overload/test/test_DifferentialSpectrum.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

"""Test DifferentialSpectrum Class."""

import numpy as np
Expand Down
2 changes: 2 additions & 0 deletions spectrum_overload/test/test_Spectrum.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""Test Suite for Spectrum Class.
It is not perfect and can be definitely improved.
Expand Down
1 change: 1 addition & 0 deletions spectrum_overload/test/test_overloaded_operators.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from __future__ import division, print_function

Expand Down

0 comments on commit 7418a82

Please sign in to comment.