]> CRI, Mines Paris - PSL - linpy.git/blobdiff - examples/squares.py
Add a few tests with universe and empty
[linpy.git] / examples / squares.py
index d606631c3001a05379a8c6bb94ce924538436451..6bc352a11cc2aadba045cbdbff947572284c1fe3 100755 (executable)
@@ -64,4 +64,4 @@ print('sq6:', sq6)
 print('sq6 simplified:', sq6.sample())
 print()
 #print(u.drop_dims(' '))
 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