axiom-crypto / halo2-lib

Monorepo of halo2 crates
MIT License
236 stars 149 forks source link

[chore] fix dev graph tests #212

Closed jonathanpwang closed 10 months ago

jonathanpwang commented 10 months ago

Only works for halo2-pse because the feature is currently disabled for halo2-axiom.

Test using

cargo t plot_gates --no-default-features --features "halo2-pse, dev-graph"

cargo t plot_fp --no-default-features --features "halo2-pse, dev-graph"