X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/ead3c442d29f0c45989d165f34e27dd0eb7d87c4..90d7f21ee1486524f499f66ef546a24331b2009c:/examples/squares.py diff --git a/examples/squares.py b/examples/squares.py index d606631..6bc352a 100755 --- a/examples/squares.py +++ b/examples/squares.py @@ -64,4 +64,4 @@ print('sq6:', sq6) print('sq6 simplified:', sq6.sample()) print() #print(u.drop_dims(' ')) -print('sq7 with out constraints involving y and a', sq7.drop_dims('y a')) #drops dims that are passed +print('sq7 with out constraints involving y and a', sq7.project_out([y, a])) #drops dims that are passed