Code Monkey home page Code Monkey logo

Comments (5)

achubaty avatar achubaty commented on July 30, 2024

package versions that changed between passing and failing builds:

> pass[ids,]
           package.version       date
DiagrammeR           0.9.1 2017-08-21
scales               0.4.1 2016-11-09
tibble               1.3.3 2017-05-28
tidyr                0.7.0 2017-08-16
tidyselect           0.1.1 2017-07-24
> fail[ids,]
           package.version       date
DiagrammeR           0.9.2 2017-09-06
scales               0.5.0 2017-08-24
tibble               1.3.4 2017-08-22
tidyr                0.7.1 2017-09-01
tidyselect           0.2.0 2017-08-30

from spades.core.

achubaty avatar achubaty commented on July 30, 2024

I tracked this down. downloadData() and checksums() work fine. The issue was that our test module hadn't been updated to account for the changes made to the SpaDES package (the test maps are no longer in SpaDES, but in quickPlot).

from spades.core.

achubaty avatar achubaty commented on July 30, 2024

not sure if the test files moved to quickPlot are different versions than the ones previously used, but a checksum difference is still present:

> checksums(m, tmpdir)
Checking local files...
Finished checking local files.
# A tibble: 2 x 7
# Groups:   expectedFile [2]
  result       expectedFile         actualFile       checksum.x       checksum.y
   <chr>              <chr>              <chr>            <chr>            <chr>
1   FAIL            DEM.tif            DEM.tif 77c56d42fecac5b1 e4d30fe96b0d8229
2   FAIL habitatQuality.tif habitatQuality.tif f21251dcdf23dde0 9ae65632d305afc8
# ... with 2 more variables: algorithm.x <chr>, algorithm.y <chr>

from spades.core.

achubaty avatar achubaty commented on July 30, 2024

issue seems to be with the downloading. file size does not match.

it's downloading an html file instead of the raw tif. Updating the URLs in the module.

from spades.core.

achubaty avatar achubaty commented on July 30, 2024

done

from spades.core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.