When following the tutorial for inferring trajectories I get the following error
library(dyno)
library(tidyverse)
dataset <- wrap_expression( counts = example_dataset$counts, expression = example_dataset$expression )
model <- infer_trajectory(dataset, ti_comp1())
Error in check_numeric_matrix(space, "space", finite = TRUE) : 'space' must be a numeric matrix, or a data frame containing only finite numeric values.