Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error: *** recursive gc invocation #63

Open
vwmaus opened this issue Oct 18, 2023 · 0 comments
Open

Fatal error: *** recursive gc invocation #63

vwmaus opened this issue Oct 18, 2023 · 0 comments
Labels

Comments

@vwmaus
Copy link
Member

vwmaus commented Oct 18, 2023

Flavor r-devel-linux-x86_64-debian-gcc gets:

  > library(testthat)
  > library(dtwSat)
  Loading required package: twdtw
  Loading required package: sf
  Linking to GEOS 3.12.0, GDAL 3.7.2, PROJ 9.3.0; sf_use_s2() is TRUE
  Loading required package: stars
  Loading required package: abind
  Loading required package: ggplot2
  >
  > test_check("dtwSat")
  
  Model of class 'twdtw_knn1'
  -----------------------------
  Call:
  twdtw_knn1(x = dc, y = samples, time_weight = c(steepness = 0.1,
      midpoint = 50), cycle_length = "year", time_scale = "day",
      formula = band ~ s(time))
  
  Formula:
  band ~ s(time)
  <environment: 0x55c0ac89db10>
  
  Data:
  # A tibble: 5 × 2
    label observations
    <chr> <list>
  1 Cotton-fallow <df [22 × 7]>
  2 Forest <df [22 × 7]>
  3 Soybean-cotton <df [22 × 7]>
  4 Soybean-millet <df [22 × 7]>
  5 Soybean-maize <df [22 × 7]>
  
  TWDTW Arguments:
   - time_weight: c(steepness=0.1, midpoint=50)
   - cycle_length: year
   - time_scale: day
   - origin: NULL
   - max_elapsed: Inf
   - version: f90
  prediction on array(s) `EVI,NDVI,RED,BLUE,NIR,MIR' failed; will try to split() dimension `time' over attributes
  prediction on array(s) `EVI,NDVI,RED,BLUE,NIR,MIR' failed; will try to split() dimension `time' over attributes
  
   *** caught segfault ***
  address 0x55c00000001a, cause 'memory not mapped'
  Fatal error: *** recursive gc invocation
  
  Fatal error: *** recursive gc invocation
@vwmaus vwmaus added the bug label Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant