Skip to content

Commit

Permalink
fix: logger init
Browse files Browse the repository at this point in the history
  • Loading branch information
eigmax committed Nov 16, 2023
1 parent 04e83d0 commit bebcd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpu/cpu_stark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ mod tests {

#[test]
fn test_stark_circuit() -> Result<()> {
env_logger::init();
env_logger::try_init().unwrap_or_default();
const D: usize = 2;
type C = PoseidonGoldilocksConfig;
type F = <C as GenericConfig<D>>::F;
Expand Down

0 comments on commit bebcd4b

Please sign in to comment.