X-Git-Url: https://svn.cri.mines-paristech.fr/git/linpy.git/blobdiff_plain/ead3c442d29f0c45989d165f34e27dd0eb7d87c4..161d0ced692386a866e55aea673d991e2e95f753:/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