Skip to content

Commit

Permalink
spell checks, Statistics.jl vers
Browse files Browse the repository at this point in the history
  • Loading branch information
AstitvaAggarwal committed Oct 11, 2024
1 parent 2ea5212 commit 9fff415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Reexport = "1.2"
RuntimeGeneratedFunctions = "0.5.12"
SafeTestsets = "0.1"
SciMLBase = "2.28"
Statistics = "1.10"
Statistics = "1.11"
SymbolicUtils = "1.5, 2, 3"
Symbolics = "5.27.1, 6"
Test = "1"
Expand Down
2 changes: 1 addition & 1 deletion test/BPINN_PDEinvsol_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ end
[α],
defaults = Dict([α => 2.0]))

# neccesarry for loss function contruction (involves Operator masking)
# neccesarry for loss function construction (involves Operator masking)
eqs = pde_system.eqs
Dict_differentials = Dict()
exps = toexpr.(eqs)
Expand Down

0 comments on commit 9fff415

Please sign in to comment.