Skip to content

Commit

Permalink
trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-alt committed Apr 8, 2024
1 parent fb55ded commit cd189af
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- '1.7'
- '1.8'
- '1.9'
- '1.10'
os:
- ubuntu-latest
arch:
Expand Down
2 changes: 2 additions & 0 deletions test/data.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
ENV["DATADEPS_ALWAYS_ACCEPT"] = "true"

using TaijaData

@testset "Construction" begin
for (name, loader) in merge(values(data_catalogue)...)
@testset "$name" begin
Expand Down
2 changes: 2 additions & 0 deletions test/tabular.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using TaijaData

@testset "Tabular tests" begin
@testset "load_california_housing tests" begin
@test_throws ArgumentError load_california_housing(-1) # n must be a positive integer or Nothing
Expand Down
2 changes: 2 additions & 0 deletions test/vision.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using TaijaData

@testset "Vision tests" begin
# Test loading CIFAR10 dataset with default parameters
@testset "cifar 10" begin
Expand Down

0 comments on commit cd189af

Please sign in to comment.