We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bbb80e commit a61bf51Copy full SHA for a61bf51
tests/test_mesh.py
@@ -312,7 +312,7 @@ def test_urdf_with_existing_glb(tmp_path, show_viewer):
312
)
313
scene = gs.Scene(
314
show_viewer=show_viewer,
315
- show_fps=False,
+ show_FPS=False,
316
317
scene.build()
318
scene.step()
@@ -346,7 +346,7 @@ def test_urdf_with_float32_grayscale_glb(tmp_path, show_viewer):
346
347
348
349
350
351
352
@@ -381,7 +381,7 @@ def test_urdf_with_float64_two_channel_glb(tmp_path, show_viewer):
381
382
383
384
385
386
387
0 commit comments