bplib icon indicating copy to clipboard operation
bplib copied to clipboard

AttributeError: module 'bplib' has no attribute 'BpGroup'

Open harchaouiN opened this issue 2 years ago • 0 comments


Following the documentation we have

G = bp.BpGroup()

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

import bplib 
G = bplib.bp.BpGroup()
print(G.order())

harchaouiN avatar Dec 18 '22 22:12 harchaouiN