-
GameObject should have an Interpolation class.
```csharp
// old
go.Transform.ClearInterpolation();
//new
go.Interpolation.Clear();
// turn it off
go.Interpolation.Enabled = false;
```
All interp…
-
This is a bit complex to implement as it requires state for tracking string parts in all implementations. The lexer already uses as little state as possible so I'd like to keep string state minimal. T…
-
Interpolate the power spectrum to put it on the needed grid for Blast :)
-
Hi there,
I hope you are doing well and thanks for developing this beautiful PFM version.
I am continuously working with the **cfdemSolverMultiphaseScalar** solver, and have faced an issue. For in…
-
I'd like to add the following examples to the code:
- [ ] Optimal interpolation of a time series (used in the tests)
- [ ] Optimal interpolation of a 2D field
transfer pedagogical example from…
-
In rare cases, after a subproblem solution has been evaluated, pounders will produce an interpolation set with with fewer than n+1 points. This is because the order in which points are examined for su…
-
running
python3 run_pipeline.py SN2022hrs SN2022hrs_series.txt y y
yields this
Time (MJD),UVW2,UVW2err,UVM2,UVM2err,UVW1,UVW1err,U,Uerr,B,Berr,V,Verr
59686.8151,0.341,0.071,0.008,0.055,…
-
The assembly method `getParamOfZFunction` interpolates a param axially to find it at any value of elevation z by using the `scipy.interpolate.interp1d` method. There are two issues with the implementa…
-
### Is your feature request related to a problem?
No, but as a convenience it would be nice to support string interpolation in SurrealQL. Currently joining together different values into a string i…
-
[P3412R0](https://wg21.link/p3412r0) String interpolation (Bengt Gustafsson, Victor Zverovich)