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