Skip to content

Commit

Permalink
Update neuroglancer-utils.R
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbates committed Aug 1, 2024
1 parent 39ec0dc commit 8989745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/neuroglancer-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ banc_upload_mesh <- function(mesh,

# Define a Python function that will receive and process the large integer
if(bit64::is.integer64(mesh_id)){
mesh_id <- as.character(mesh_id)
reticulate::py_run_string("
import numpy as np
def process_large_integer(int64_str):
Expand Down

0 comments on commit 8989745

Please sign in to comment.