Skip to content

Commit

Permalink
HOT FIX __minimum_python_version_ error
Browse files Browse the repository at this point in the history
I've noticed an error when running the sedfitting routines  on my new laptop - probably because of python >3.8
  • Loading branch information
HeloiseS authored May 4, 2023
1 parent 0f8f6f7 commit eacd383
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hoki/sedfitting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,3 @@ def plot_voronoi(x, y, counts, pixelsize, ax, cmap='hot', origin=None, **kwargs)
class UnsupportedPythonError(Exception):
pass


if LooseVersion(sys.version) < LooseVersion(__minimum_python_version__):
raise UnsupportedPythonError("hoki does not support Python < {}"
.format(__minimum_python_version__))

0 comments on commit eacd383

Please sign in to comment.