You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We give data to BitCircuit but they only use it to count how many num_features there are, don't need the data for that. Might be better to just give the count. Unless I am missing something here.
We give data to BitCircuit but they only use it to count how many num_features there are, don't need the data for that. Might be better to just give the count. Unless I am missing something here.
https://github.com/Juice-jl/LogicCircuits.jl/blob/e42cd0806fafbf4db09138fdceb8b88a991d5c3d/src/bit_circuit.jl#L73-L75
Because of this then all ParamBitCircuit, etc also have to pass in the data.
The text was updated successfully, but these errors were encountered: