Skip to content

Commit

Permalink
Relaunch the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed May 24, 2019
1 parent 8295516 commit 1e20b70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ class packageTest extends FunSuite with BeforeAndAfterAll {
assert(exception.getMessage.contains("different structures"))
}

test("Multi files test: Can you read several FITS file (image) discarding empty ones??") {
val fn = "src/test/resources/dirIm/*.fits"
test("Multi files test: Can you read several FITS file (image) discarding empty ones?") {
val fn = "src/test/resources/dirIm"
val df = spark.read.format("com.astrolabsoftware.sparkfits")
.option("hdu", 1)
.option("verbose", true)
Expand Down

0 comments on commit 1e20b70

Please sign in to comment.