Skip to content

Commit

Permalink
Macroize D_SHIFT arrays (#99)
Browse files Browse the repository at this point in the history
* Macro-ize D_shift arrays

* Add tests

---------

Co-authored-by: Andrew Freeman <[email protected]>
  • Loading branch information
eric-unc and ac-freeman authored Dec 28, 2023
1 parent b5c4fa4 commit 273ef76
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 395 deletions.
2 changes: 1 addition & 1 deletion .idea/runConfigurations/Run_adder_viz_dynamic.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions adder-codec-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ rustdct = "0.7.1"
serde = { version = "1.0.140", features = ["derive"] }
serde_bytes = "0.11.6"
serde_json = "1.0"
seq-macro = "0.3.5"
thiserror = "1.0.38"
transpose = "0.2.2"
ndarray = "0.15.6"
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ mod tests {
use crate::codec::compressed::source_model::event_structure::event_adu::EventAdu;
use crate::codec::compressed::source_model::{ComponentCompression, HandleEvent};
use crate::codec::CodecError;
use crate::{Coord, DeltaT, Event, PlaneSize};
use crate::{Coord, Event, PlaneSize};
use arithmetic_coding_adder_dep::Encoder;
use bitstream_io::{BigEndian, BitReader, BitWriter};
use std::cmp::min;
Expand Down
Loading

0 comments on commit 273ef76

Please sign in to comment.