-
Notifications
You must be signed in to change notification settings - Fork 40
/
.coveragerc
32 lines (32 loc) · 1.02 KB
/
.coveragerc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[run]
source = EXOSIMS
omit =
tests
*/__init__.py
EXOSIMS/e2eTests.py
EXOSIMS/e2eTKTests.py
EXOSIMS/util/KeplerSTM_C/*
EXOSIMS/SurveySimulation/tieredScheduler.py
EXOSIMS/util/plotConvergencevsNumberofRuns.py
EXOSIMS/util/plotKeepoutMap.py
EXOSIMS/util/plotPlanetPopRvsAandDetectedRvsA.py
EXOSIMS/util/plotTimeline.py
EXOSIMS/util/read_ipcluster_ensemble.py
EXOSIMS/util/RejectionSampler.py
EXOSIMS/util/runPostProcessing.py
EXOSIMS/util/yieldPlotHistograms.py
EXOSIMS/util/analysis_tools.py
EXOSIMS/util/collateAllUniqueDetections.py
EXOSIMS/util/csv_fix.py
EXOSIMS/util/depthOfSearch.py
EXOSIMS/util/evenlyDistributePointsOnSphere.py
EXOSIMS/util/fakeMultiRunAnalysis.py
EXOSIMS/util/fakeSingleRunAnalysis.py
EXOSIMS/util/getExoplanetArchive.py
EXOSIMS/util/kopparapuPlot.py
EXOSIMS/util/makeSimilarScripts.py
EXOSIMS/util/partitionSphere.py
EXOSIMS/util/planet_star_separation.py
EXOSIMS/util/plotC0vsT0andCvsT.py
EXOSIMS/util/plotCompletenessJointPDFs.py
EXOSIMS/util/memoize.py