We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605b59e commit e74b50fCopy full SHA for e74b50f
tests/test_routes.py
@@ -173,9 +173,7 @@ def get_full_data():
173
174
def test_texture_coordinates(client, test_id):
175
with client.application.app_context():
176
- data_path = geode_functions.data_file_path(
177
- test_id, "hat.vtp"
178
- )
+ data_path = geode_functions.data_file_path(test_id, "hat.vtp")
179
os.makedirs(os.path.dirname(data_path), exist_ok=True)
180
shutil.copy("./tests/vertex_attribute.vtp", data_path)
181
0 commit comments