GeoMop / MLMC

5 stars 2 forks source link

Quantity subsample refactoring #172

Open martinspetlik opened 3 years ago

martinspetlik commented 3 years ago

Quantity.subsample() @jbrezmorf: Implementation via artificial QuantityConst avoids passing Chunk spec to the operation, but it uses nasty side effects in pick_samples. In order to simplify the implementation what about a specific QuantitySubsample with the overridden samples method.