Closed FrankvdToorn closed 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 .
Line 191 originally stated:
self.rc = np.atleast_1d(rc).atype('float')
And indeed, it is currently solved in master. Issue can be closed.
Line 191 in Well.py contains a typo. It should be:
self.rc = np.atleast_1d(rc).astype('float')