We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7026f commit 099c480Copy full SHA for 099c480
source/mir/interpolation/package.d
@@ -83,7 +83,7 @@ unittest
83
import mir.interpolation: interp1;
84
import mir.interpolation.pchip;
85
86
- auto x = [1.0, 2, 4, 5, 8, 10, 12, 15, 19, 22];
+ auto x = [1.0, 2, 4, 5, 8, 10, 12, 15, 19, 22];
87
auto y = [17.0, 0, 16, 4, 10, 15, 19, 5, 18, 6];
88
auto interpolation = x.pchip(y);
89
0 commit comments