Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ttk
radioSphere
Commits
c9522a62
Commit
c9522a62
authored
Dec 04, 2021
by
Olga Stamati
Browse files
preparing for coverage in pages
parent
8932b939
Pipeline
#82779
passed with stage
in 1 minute and 49 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.coveragerc
0 → 100644
View file @
c9522a62
[report]
exclude_lines =
# no cover
if debug:
if graphShow:
if GRAPH:
[run]
omit =
*/_*
source =
radioSphere
concurrency = multiprocessing
[html]
directory = coverage
.gitlab-ci.yml
View file @
c9522a62
...
...
@@ -7,6 +7,7 @@ test:
-
DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential gcc cmake python3-pip python3 python3-dev libeigen3-dev
-
pip3 install -U -r requirements.txt
-
python3 setup.py install
#- python setup.py test
-
sphinx-build -b html docs/source public
only
:
-
branches
...
...
@@ -23,6 +24,7 @@ pages:
-
sphinx-build -b html docs/source public
# - conda build .
# - tar --exclude='.[^/]*' -czvf public/radioSphere.tar.gz .
# -pytest --cov-report html --cov=radioSphere tests/
artifacts
:
paths
:
...
...
tests/test_cleaner.py
View file @
c9522a62
...
...
@@ -9,7 +9,7 @@ from scipy.spatial import distance
import
numpy
import
tifffile
plt
.
style
.
use
(
'./tools/radioSphere.mplstyle'
)
#
plt.style.use('./tools/radioSphere.mplstyle')
zoomLevel
=
10
sourceObjectDistMM
=
20.0
...
...
@@ -127,4 +127,4 @@ dumpfolder = '~/code/NDDEM/Samples/radioSphere/'
# write_dumpfile(positionsXYZmmClean,radiiMM,2,dumpfolder=dumpfolder)
plt
.
show
()
#
plt.show()
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