Skip to content

Commit

Permalink
Revert "fix np nan convention."
Browse files Browse the repository at this point in the history
This reverts commit c68df59.
  • Loading branch information
B1ueber2y committed Oct 19, 2024
1 parent b6217a6 commit 3884b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions limap/pointsfm/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ def add_image(
self,
name,
camera_id,
prior_q=np.full(4, np.nan),
prior_t=np.full(3, np.nan),
prior_q=np.full(4, np.NaN),
prior_t=np.full(3, np.NaN),
image_id=None,
):
cursor = self.execute(
Expand Down

0 comments on commit 3884b77

Please sign in to comment.