Skip to content

Commit

Permalink
Test Run automatically attempt-1
Browse files Browse the repository at this point in the history
  • Loading branch information
AstitvaAggarwal committed Aug 7, 2023
1 parent 9a47e36 commit c24ed46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/NeuralPDE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ using DomainSets
using Symbolics
using Symbolics: wrap, unwrap, arguments, operation
using SymbolicUtils

#fixes 682
using AdvancedHMC, LogDensityProblems, LinearAlgebra, Functors, MCMCChains

import ModelingToolkit: value, nameof, toexpr, build_expr, expand_derivatives
import DomainSets: Domain, ClosedInterval
import ModelingToolkit: Interval, infimum, supremum #,Ball
Expand Down
3 changes: 0 additions & 3 deletions src/advancedHMC_MCMC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ Metric -> https://turinglang.org/AdvancedHMC.jl/stable/
"""

using AdvancedHMC, ForwardDiff, LogDensityProblems, LinearAlgebra, Distributions, Functors,
MCMCChains

mutable struct LogTargetDensity{C, S, I}
dim::Int
prob::DiffEqBase.DEProblem
Expand Down

0 comments on commit c24ed46

Please sign in to comment.