Skip to content

Commit

Permalink
Fix typo in parallel_datamanager.py (nerfstudio-project#2812)
Browse files Browse the repository at this point in the history
occured -> occurred
  • Loading branch information
eltociear authored and ArpegorPSGH committed Jun 22, 2024
1 parent 0837031 commit 8814524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nerfstudio/data/datamanagers/parallel_datamanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def run(self):
time.sleep(0.0001)
except Exception:
CONSOLE.print_exception()
CONSOLE.print("[bold red]Error: Error occured in parallel datamanager queue.")
CONSOLE.print("[bold red]Error: Error occurred in parallel datamanager queue.")

def cache_images(self):
"""Caches all input images into a NxHxWx3 tensor."""
Expand Down

0 comments on commit 8814524

Please sign in to comment.