We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 839af73 + 846ab2b commit 8d935feCopy full SHA for 8d935fe
.github/workflows/SpellCheck.yml
@@ -0,0 +1,13 @@
1
+name: Spell Check
2
+
3
+on: [pull_request]
4
5
+jobs:
6
+ typos-check:
7
+ name: Spell Check with Typos
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Checkout Actions Repository
11
+ uses: actions/checkout@v3
12
+ - name: Check spelling
13
+ uses: crate-ci/[email protected]
.typos.toml
@@ -0,0 +1 @@
+[default.extend-words]
src/DataInterpolations.jl
@@ -111,7 +111,7 @@ struct CurvefitCache{
111
u::uType
112
t::tType
113
m::mType # model type
114
- p0::p0Type # intial params
+ p0::p0Type # initial params
115
ub::ubType # upper bound of params
116
lb::lbType # lower bound of params
117
alg::algType # alg to optimize cost function
0 commit comments