Open harchaouiN opened 1 year ago
Following the documentation we have
G = bp.BpGroup()
that gives this output AttributeError: module 'bplib' has no attribute 'BpGroup'
AttributeError: module 'bplib' has no attribute 'BpGroup'
I suggest to update the documentation to fit the lib;
one should go deeper to call methods
import bplib G = bplib.bp.BpGroup() print(G.order())
Following the documentation we have
that gives this output
AttributeError: module 'bplib' has no attribute 'BpGroup'
I suggest to update the documentation to fit the lib;
one should go deeper to call methods