Skip to content

Commit 5ae9fe5

Browse files
InterdisciplinaryPhysicsTeamClaudMorpitmonticone
committed
Update Project.toml and add InPhyT sponsor
Co-Authored-By: Claudio Moroni <43729990+ClaudMor@users.noreply.github.com> Co-Authored-By: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com>
1 parent abbc49c commit 5ae9fe5

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# These are supported funding model platforms
2-
3-
github: [pitmonticone, ClaudMor]
1+
github: [InPhyT,pitmonticone,ClaudMor]

test/Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[deps]
2+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
23
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
34
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
45
MultilayerGraphs = "af984530-d72f-4904-8b81-b992bbbeaf3f"
56
SimpleValueGraphs = "b43c691f-cac2-5415-8122-396fe16a49fc"
67
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
78
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
9+
10+
[compat]
11+
Aqua = "0.5"

test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using Test
22
using MultilayerGraphs
33
using Graphs, SimpleWeightedGraphs, MetaGraphs, SimpleValueGraphs
4+
using Aqua
45

56
# Test that methods work on a general multilayer graph
67
## Define variables and utilities
@@ -55,3 +56,6 @@ metagraph = MetaGraph(simpleweightedgraph)
5556
include("multiplexgraph_tests.jl")
5657
end
5758
end
59+
60+
# Test for automatic quality assurance (Aqua)
61+
## Aqua.test_all(MultilayerGraphs)

0 commit comments

Comments
 (0)