Skip to content

Commit

Permalink
Merge pull request #4 from rafaelmartinelli/temp
Browse files Browse the repository at this point in the history
Update badge.
  • Loading branch information
rafaelmartinelli committed Apr 28, 2021
2 parents fcb50fb + fc3293a commit 3748cdc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name = "CARPData"
uuid = "127a102c-159b-48d6-87e1-a656ac5f01e7"
authors = ["Rafael Martinelli <martinelli@puc-rio.br>"]
version = "0.1.1"
version = "0.1.0"

[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
julia = "1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CI](https://github.com/rafaelmartinelli/CARPData.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/rafaelmartinelli/CARPData.jl/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/rafaelmartinelli/CARPData.jl/branch/main/graph/badge.svg?token=EQ9U5IXGN0)](https://codecov.io/gh/rafaelmartinelli/CARPData.jl)
[![Project Status: WIPInitial development is in progress, but there has not yet been a stable, usable release suitable for the public](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Project Status: ActiveThe project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

This package reads `.dat` data files in a custom format for Capacitated Arc Routing Problem (CARP) instances and returns `Data` type:

Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ end
end

@testset "Load string" begin
data = load("CARPData/data/kshs1.dat")
data = load(joinpath(@__DIR__, "../data/kshs1.dat"))
@test data !== nothing
end

0 comments on commit 3748cdc

Please sign in to comment.