Skip to content

Commit

Permalink
fixed typos in lsq-ellipse import
Browse files Browse the repository at this point in the history
  • Loading branch information
kip-hart committed May 12, 2020
1 parent fd54f43 commit 3aa8be8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/microstructpy/geometry/ellipse.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
# --------------------------------------------------------------------------- #
from __future__ import division

import ellipses as lsqel
import ellipse as lsqel # ellipse module in lsq-ellipse package
import matplotlib.pyplot as plt
import numpy as np
from matplotlib import patches

from microstructpy.geometry._ellipse_best_fit import _best_fit

__author__ = 'Kenneth (Kip) Hart'


Expand Down

0 comments on commit 3aa8be8

Please sign in to comment.