-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* render rollout merge * Update config.yaml * Added unit test for render-rollout merge * deleted debugging fixtures * update config * add test for VTK rendering * bug fix for NoneType material property * remove test_rendering and temp directory * add test for vtk rendering * modify config for render_rollout merge * update to merge render-rollout * set default mode to gif * rewrite 'rendering' function in an extensible way * improve readability and consistency * update rendering options * run black * minor fix on viewpoint_rotation type * improve logging and reformat with black * refactor: move n_files function to a separate count_n_files.py in utils directory * rename count_n_files.py to file_utils.py * minor fix on module import * run black * minor fix on raising error * add package for reading vtk files --------- Co-authored-by: Naveen Raj Manoharan <[email protected]> Co-authored-by: Naveen Raj Manoharan <[email protected]>
- Loading branch information
1 parent
01d815a
commit 7190e4a
Showing
8 changed files
with
408 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ torch_scatter | |
torch-cluster | ||
tqdm | ||
toml | ||
pyvista |
Oops, something went wrong.