mbakker7 / ttim

MIT License
34 stars 23 forks source link

typo in well.py #3

Closed FrankvdToorn closed 6 years ago

FrankvdToorn commented 6 years ago

Line 191 in Well.py contains a typo. It should be:

self.rc = np.atleast_1d(rc).astype('float')

mbakker7 commented 6 years ago

I think this is already fixed in master. What is the line without the typo?

On Thu, Jan 25, 2018 at 11:16 AM, FrankvdToorn notifications@github.com wrote:

Line 191 in Well.py contains a typo. It should be:

self.rc = np.atleast_1d(rc).astype('float')

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mbakker7/ttim/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/ABTNyPbGOOuY069W82uE0_lToeadhNFnks5tOFR9gaJpZM4Rsnis .

FrankvdToorn commented 6 years ago

Line 191 originally stated: self.rc = np.atleast_1d(rc).atype('float')

And indeed, it is currently solved in master. Issue can be closed.