Skip to content

Commit

Permalink
Depend on GraphDynamics.jl (#410)
Browse files Browse the repository at this point in the history
* start pulling in GraphDynamics.jl

* fix for test failures

* integrate some changes to GraphDynamics

* Update Project.toml

* re-enable PING, uniformize eltype

* bump GraphDynamics version

* switch to kwarg-based API

* GraphDynamics=true -> graphdynamics=true

* moved GraphDynamics tests to end of testsuite

* index in `sol` using `Symbol` instead of `Num`

* allow graphdynamics to avoid setting `name` kwarg

* mark DBS tests as broken (ref #427)

---------

Co-authored-by: Haris Orgn <organtzh@gmail.com>
  • Loading branch information
MasonProtter and harisorgn authored Sep 30, 2024
1 parent d65317b commit a142cf0
Show file tree
Hide file tree
Showing 11 changed files with 2,707 additions and 11 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ repo = "https://github.com/Neuroblox/Neuroblox.jl.git"
version = "0.5.0"

[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand All @@ -17,6 +18,7 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ExponentialUtilities = "d4d017d3-3776-5f7e-afef-a10c40355c18"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
GraphDynamics = "bcd5d0fe-e6b7-4ef1-9848-780c183c7f4c"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Expand Down Expand Up @@ -65,6 +67,7 @@ Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
MakieExtension = "Makie"

[compat]
Accessors = "0.1.37"
CairoMakie = "0.11"
Combinatorics = "1"
DSP = "0.7"
Expand All @@ -77,6 +80,7 @@ Flux = "0.14"
ForwardDiff = "0.10"
Glob = "1"
Graphs = "1"
GraphDynamics = "0.1.2"
HypothesisTests = "0.11"
Interpolations = "0.14, 0.15"
JLD2 = "0.4"
Expand Down
Loading

0 comments on commit a142cf0

Please sign in to comment.