@@ -170,7 +170,7 @@ def test_find_marker_attr_mapping(self):
170170 assert ret == expected
171171
172172 # Save the output
173- path = self .get_data_path ('find_marker_attr_mapping_after.ma' )
173+ path = self .get_output_path ('find_marker_attr_mapping_after.ma' )
174174 maya .cmds .file (rename = path )
175175 maya .cmds .file (save = True , type = 'mayaAscii' , force = True )
176176 return
@@ -192,7 +192,7 @@ def test_static_attr_correctness_solver_basic(self):
192192 print ('pre-solve time:' , e - s )
193193
194194 # save the output, before.
195- path = self .get_data_path (
195+ path = self .get_output_path (
196196 'test_marker_attr_mapping_correctness_solver_basic_before.ma'
197197 )
198198 maya .cmds .file (rename = path )
@@ -209,7 +209,7 @@ def test_static_attr_correctness_solver_basic(self):
209209 mmapi .update_deviation_on_collection (col , solres_list )
210210
211211 # save the output
212- path = self .get_data_path (
212+ path = self .get_output_path (
213213 'test_marker_attr_mapping_correctness_solver_basic_after.ma'
214214 )
215215 maya .cmds .file (rename = path )
@@ -237,7 +237,7 @@ def test_static_attr_correctness_solver_standard(self):
237237 print ('pre-solve time:' , e - s )
238238
239239 # save the output, before.
240- path = self .get_data_path (
240+ path = self .get_output_path (
241241 'test_marker_attr_mapping_correctness_solver_standard_before.ma'
242242 )
243243 maya .cmds .file (rename = path )
@@ -254,7 +254,7 @@ def test_static_attr_correctness_solver_standard(self):
254254 mmapi .update_deviation_on_collection (col , solres_list )
255255
256256 # save the output
257- path = self .get_data_path (
257+ path = self .get_output_path (
258258 'test_marker_attr_mapping_correctness_solver_standard_after.ma'
259259 )
260260 maya .cmds .file (rename = path )
0 commit comments