Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ADerrors.jl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fabian Joswig
ADerrors.jl
Commits
8374ab9d
Commit
8374ab9d
authored
3 years ago
by
Alberto Ramos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected bug in function calling.
Thanks to P. Fritzsch
parent
a37be117
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/ADerrorsUtils.jl
src/ADerrorsUtils.jl
+2
-2
No files found.
src/ADerrorsUtils.jl
View file @
8374ab9d
...
...
@@ -210,7 +210,7 @@ chiexp(chisq::Function,
data
::
Vector
{
uwreal
},
wpm
::
Dict
{
String
,
Vector
{
Float64
}};
W
::
Vector
{
Float64
}
=
Vector
{
Float64
}())
=
chiexp
(
chisq
,
xp
,
data
,
dict_name
s
_to_id
(
wpm
),
W
=
W
)
chiexp
(
chisq
,
xp
,
data
,
dict_name_to_id
(
wpm
),
W
=
W
)
...
...
@@ -397,7 +397,7 @@ fit_error(chisq::Function,
wpm
::
Dict
{
String
,
Vector
{
Float64
}};
W
::
Union
{
Vector
{
Float64
},
Array
{
Float64
,
2
}}
=
Vector
{
Float64
}(),
chi_exp
::
Bool
=
true
)
=
fit_error
(
chisq
,
xp
,
data
,
dict_name
s
_to_id
(
wpm
),
W
,
chi_exp
)
fit_error
(
chisq
,
xp
,
data
,
dict_name_to_id
(
wpm
),
W
,
chi_exp
)
@doc
raw
"""
int_error(fint::Function, a, b, p::Vector{uwreal})
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment