Skip to content

Commit

Permalink
adds a julia 1.9 compatible test file
Browse files Browse the repository at this point in the history
  • Loading branch information
rdboyes committed Apr 9, 2024
1 parent f55081e commit 3fb0b6b
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
Binary file added test/penguins19.jdf/bill_depth_mm
Binary file not shown.
Binary file added test/penguins19.jdf/bill_length_mm
Binary file not shown.
Binary file added test/penguins19.jdf/body_mass_g
Binary file not shown.
Binary file added test/penguins19.jdf/flipper_length_mm
Binary file not shown.
Binary file added test/penguins19.jdf/island
Binary file not shown.
Binary file added test/penguins19.jdf/metadata.jls
Binary file not shown.
Binary file added test/penguins19.jdf/sex
Binary file not shown.
Binary file added test/penguins19.jdf/species
Binary file not shown.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include("difference_hash.jl")

# load the penguins dataset

penguins = DataFrame(JDF.load(joinpath(@__DIR__, "penguins.jdf")))
penguins = dropmissing(DataFrame(JDF.load(joinpath(@__DIR__, "penguins19.jdf"))))

# configure TidierPlots to not show the plot and not output logs

Expand Down

0 comments on commit 3fb0b6b

Please sign in to comment.