Skip to content

Commit

Permalink
fix black error
Browse files Browse the repository at this point in the history
  • Loading branch information
acse-pms122 committed Jan 24, 2024
1 parent 98ba548 commit 00387b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
data/*
outputs/*
seathru_nerf.egg-info/*
.vscode/*
.vscode/*
**/__pycache__/*
2 changes: 1 addition & 1 deletion seathru/seathru_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def get_density(self, ray_samples: RaySamples) -> Tuple[Tensor, Tensor]:
density = density * selector[..., None]
return density, bottleneck_vector

def get_outputs( # type: ignore
def get_outputs( # type: ignore
self, ray_samples: RaySamples, density_embedding: Optional[Tensor] = None
) -> Dict[SeathruHeadNames, Tensor]:
"""Compute outputs of object and medium networks (except object density).
Expand Down

0 comments on commit 00387b0

Please sign in to comment.