Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TurTLE
TurTLE
Commits
34b95621
Commit
34b95621
authored
Jan 10, 2016
by
Cristian Lalescu
Browse files
rename acc_test to finite diff test
because that's what it is...
parent
49bf4a0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
bfps/tools.py
View file @
34b95621
...
...
@@ -164,7 +164,7 @@ def get_fornberg_coeffs(
coeffs
[
-
1
].
append
(
d
[
m
][
N
][
j
])
return
np
.
array
(
coeffs
).
astype
(
np
.
float
)
def
acceleration
_test
(
def
particle_finite_diff
_test
(
c
,
m
=
3
,
species
=
0
,
...
...
tests/base.py
View file @
34b95621
...
...
@@ -34,7 +34,7 @@ import matplotlib.pyplot as plt
import
bfps
from
bfps
import
fluid_resize
from
bfps.tools
import
acceleration_test
from
bfps.tools
import
particle_finite_diff_test
as
acceleration_test
parser
=
bfps
.
get_parser
()
parser
.
add_argument
(
'--initialize'
,
dest
=
'initialize'
,
action
=
'store_true'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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