Skip to content

Commit 3884b77

Browse files
committed
Revert "fix np nan convention."
This reverts commit c68df59.
1 parent b6217a6 commit 3884b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

limap/pointsfm/database.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ def add_image(
197197
self,
198198
name,
199199
camera_id,
200-
prior_q=np.full(4, np.nan),
201-
prior_t=np.full(3, np.nan),
200+
prior_q=np.full(4, np.NaN),
201+
prior_t=np.full(3, np.NaN),
202202
image_id=None,
203203
):
204204
cursor = self.execute(

0 commit comments

Comments
 (0)