bgrimstad / splinter

Library for multivariate function approximation with splines (B-spline, P-spline, and more) with interfaces to C++, C, Python and MATLAB
Mozilla Public License 2.0
414 stars 115 forks source link

fixed typo in Python setup script #114

Closed TimoFischer closed 5 years ago

gablank commented 5 years ago

Hello @TimoFischer !

Thanks for the PR! I'm assuming you're using Python <= 3.5? The f""-syntax is a feature that was introduced in Python 3.6 called string interpolation. Just thought I'd let you know, as the f before the string is probably not a typo, but just out of habit.

I will merge the PR though, as the string does not actually contain any variables.

Thanks for your contribution!