Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Boeckenhoff
tfields
Commits
7034db2a
Commit
7034db2a
authored
Jul 17, 2020
by
dboe
Browse files
install matplotlib also for tests
parent
ed707724
Pipeline
#78826
failed with stages
in 2 minutes and 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
performance/performance_bounding_box.py
View file @
7034db2a
import
tfields
import
numpy
as
np
#
import tfields
#
import numpy as np
# import cPickle as pickle
#
#
# with tfields.lib.log.timeit("Building Grid"):
# mesh = tfields.Mesh3D.grid((0, 1, 10), (2, 1, 10), (2, 3, 20))
# # mesh = tfields.Mesh3D.grid((0, 1, 50), (2, 1, 20), (2, 3, 50))
# print(mesh.nfaces())
#
#
# with open(tfields.lib.in_out.resolve('~/tmp/node.pickle'), 'r') as f:
# tree = pickle.load(f)
#
#
# # with tfields.lib.log.timeit("SEARCHING TREE OFFSET"):
# # # tree = tfields.bounding_box.Searcher(mesh, n_sections=[2, 1, 2])
# tree = tfields.bounding_box.Searcher(mesh)
#
#
# points = tfields.Tensors([[0.5, 1, 2.1],
# [0.5, 0, 0],
# [0.5, 2, 2]])
...
...
@@ -22,6 +22,6 @@ import numpy as np
# with tfields.lib.log.timeit("STANDARD METHOD"):
# usual_res = mesh.in_faces(points, delta=0.0001)
# assert np.array_equal(box_res, usual_res)
#
#
# with open(tfields.lib.in_out.resolve('~/tmp/node.pickle'), 'w') as f:
# pickle.dump(tree, f)
setup.cfg
View file @
7034db2a
...
...
@@ -51,6 +51,7 @@ packages = find:
[options.packages.find]
exclude =
tests*
performance*
[options.extras_require]
all =
...
...
@@ -73,6 +74,8 @@ test =
pytest-fixture-config
pytest-xdist
matplotlib
[bdist_wheel]
universal = 1
...
...
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