X-Git-Url: https://scm.cri.mines-paristech.fr/git/linpy.git/blobdiff_plain/49b7b1b00f4cbbf5110ec77e72df004764f2b4bd..7db03eb9ea6c6d0a3896d8682b64fd404a833e92:/examples/squares.py diff --git a/examples/squares.py b/examples/squares.py index d23e636..e140e30 100755 --- a/examples/squares.py +++ b/examples/squares.py @@ -63,5 +63,7 @@ print() print('sq6:', sq6) print('sq6 simplified:', sq6.sample()) print() -print('sq7 with out constraints involving y and a', sq7.drop_dims('y a')) +#print(u.drop_dims(' ')) +print('sq7 with out constraints involving y and a', sq7.drop_dims('y a')) #drops dims that are passed +