Skip to content

Commit

Permalink
fix: remove incorrect NNRODE implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Oct 16, 2024
1 parent c483d1c commit 4294558
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 189 deletions.
1 change: 0 additions & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- PDEBPINN
- NNPDE1
- NNPDE2
- NNRODE
- AdaptiveLoss
- Logging
- Forward
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- "PDEBPINN"
- "NNPDE1"
- "NNPDE2"
- "NNRODE"
- "AdaptiveLoss"
- "Logging"
- "Forward"
Expand Down
3 changes: 1 addition & 2 deletions src/NeuralPDE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ include("training_strategies.jl")
include("adaptive_losses.jl")

include("ode_solve.jl")
include("rode_solve.jl")
include("dae_solve.jl")

include("transform_inf_integral.jl")
Expand All @@ -91,7 +90,7 @@ include("PDE_BPINN.jl")

include("dgm.jl")

export NNODE, NNDAE, NNRODE
export NNODE, NNDAE
export BNNODE, ahmc_bayesian_pinn_ode, ahmc_bayesian_pinn_pde
export PhysicsInformedNN, discretize
export BPINNsolution, BayesianPINN
Expand Down
140 changes: 0 additions & 140 deletions src/rode_solve.jl

This file was deleted.

41 changes: 0 additions & 41 deletions test/NNRODE_tests.jl

This file was deleted.

4 changes: 0 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ end
@time @safetestset "AdaptiveLoss" include("adaptive_loss_tests.jl")
end

if GROUP == "All" || GROUP == "NNRODE"
@time @safetestset "NNRODE" include("NNRODE_tests.jl")
end

if GROUP == "All" || GROUP == "Forward"
@time @safetestset "Forward" include("forward_tests.jl")
end
Expand Down

0 comments on commit 4294558

Please sign in to comment.