Changes
Page history
Update ADACS: Scaling and Profiling notes
authored
Aug 11, 2020
by
Conrad Chan
Show whitespace changes
Inline
Side-by-side
ADACS:-Scaling-and-Profiling-notes.md
View page @
d33c3831
...
...
@@ -215,4 +215,4 @@ In [5]: %timeit np.interp(2.22, x, y)
2.25 µs ± 20.6 ns per loop (mean ± std. dev. of 7 runs, 100000 loops each)
```
The average error in magnitude of
`d_inner_h`
when using linear interpolation is 0.1%, and max error is 3.7%.
\ No newline at end of file
The average error in magnitude of
`d_inner_h`
when using linear interpolation (compared with cubic) is 0.1%, and max error is 3.7%.
\ No newline at end of file