Skip to content

Commit

Permalink
fixup! build: bump compats of SciMLBase, Integrals and remove Integra…
Browse files Browse the repository at this point in the history
…lsCubature
  • Loading branch information
sathvikbhagavan committed Jan 16, 2024
1 parent e434f8a commit 0364fb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/NNPDE_tests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Flux, NeuralPDE, Test
using Optimization, OptimizationOptimJL, OptimizationOptimisers
using Integrals, IntegralsCubature
using Integrals, Cubature
using QuasiMonteCarlo
import ModelingToolkit: Interval, infimum, supremum
using DomainSets
Expand Down
2 changes: 1 addition & 1 deletion test/additional_loss_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Optimization, OptimizationOptimJL, OptimizationOptimisers
using QuasiMonteCarlo, Random
import ModelingToolkit: Interval, infimum, supremum
using DomainSets
using Integrals, IntegralsCubature
using Integrals, Cubature
using OrdinaryDiffEq, ComponentArrays
import Lux
using ComponentArrays
Expand Down

0 comments on commit 0364fb5

Please sign in to comment.