Skip to content

Commit

Permalink
Merge branch 'master' into compathelper/new_version/2024-09-21-00-29-…
Browse files Browse the repository at this point in the history
…46-322-00873451744
  • Loading branch information
ChrisRackauckas authored Jan 22, 2025
2 parents 66e301e + 985caba commit f714cea
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,16 @@ jobs:
strategy:
fail-fast: false
matrix:
version:
- "1"
- "lts"
- "pre"
os:
- "ubuntu-latest"
- "macos-latest"
- "windows-latest"
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
julia-version: "${{ matrix.version }}"
os: "${{ matrix.os }}"
secrets: "inherit"
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ Distributions = "0.25.87"
FFTW = "1.3"
ForwardDiff = "0.10.24"
KernelDensity = "0.6.4"
LinearAlgebra = "1.10"
LinearAlgebra = "<0.0.1, 1"
OrdinaryDiffEq = "6.62"
Parameters = "0.12"
QuasiMonteCarlo = "0.2.3, 0.3"
Random = "1.10"
Random = "<0.0.1, 1"
RecursiveArrayTools = "3.2"
SafeTestsets = "0.1"
StableRNGs = "1"
Statistics = "1.10"
Statistics = "<0.0.1, 1"
StatsBase = "0.33.7, 0.34"
Test = "1"
Test = "<0.0.1, 1"
ThreadsX = "0.1.11"
Trapz = "2"
julia = "1.10"
Expand Down
6 changes: 3 additions & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
CairoMakie = "0.11"
CairoMakie = "0.11, 0.13"
Copulas = "0.1"
Distributions = "0.25"
Documenter = "1"
Flux = "0.13, 0.14"
Flux = "0.13, 0.14, 0.15, 0.16"
GlobalSensitivity = "2.1"
Optimization = "3, 4"
OptimizationOptimisers = "0.1, 0.2"
OptimizationOptimisers = "0.1, 0.2, 0.3"
OrdinaryDiffEq = "6.31"
Plots = "1.36"
QuasiMonteCarlo = "0.2, 0.3"
Expand Down
1 change: 0 additions & 1 deletion src/rbd-fast_sensitivity.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ and
"""

using FFTW, Random, Statistics, StatsBase, Distributions
allsame(x) = all(y -> y == first(x), x)

function gsa(f, method::RBDFAST; num_params, samples,
rng::AbstractRNG = Random.default_rng(), batch = false, kwargs...)
Expand Down

0 comments on commit f714cea

Please sign in to comment.