Skip to content

Commit e59fe9e

Browse files
committed
Implement quant::DynamicRatedGrid
1 parent 2564278 commit e59fe9e

File tree

2 files changed

+382
-50
lines changed

2 files changed

+382
-50
lines changed

src/pybindings/quant.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ pub struct EmpiricalDistribution(MaybeMultiplexed<crate::quant::EmpiricalDistrib
204204
/// is true in general.
205205
#[pyclass]
206206
#[derive(Debug)]
207-
pub struct RatedGrid(MaybeMultiplexed<crate::quant::RatedGrid>);
207+
pub struct RatedGrid(MaybeMultiplexed<crate::quant::StaticRatedGrid>);
208208

209209
#[derive(Debug)]
210210
enum MaybeMultiplexed<T> {

0 commit comments

Comments
 (0)