Skip to content

Conversation

@dbrakenhoff
Copy link
Collaborator

  • check if we can get reasonable coverage results this way
  • speed up testing

 - check if we can get reasonable coverage results this way
 - speed up testing
@dbrakenhoff
Copy link
Collaborator Author

This results in the following coverage report at the end:

_______________ coverage: platform linux, python 3.13.9-final-0 ________________
Name                                     Stmts   Miss  Cover
------------------------------------------------------------
timml/__init__.py                           17      0   100%
timml/aquifer.py                           114      6    95%
timml/aquifer_parameters.py                 65      0   100%
timml/bessel.py                             15      8    47%
timml/besselaesnumba/__init__.py             0      0   100%
timml/besselaesnumba/besselaesnumba.py     444     90    80%
timml/circareasink.py                      165     52    68%
timml/constant.py                          120      9    92%
timml/controlpoints.py                      25      0   100%
timml/element.py                           108     18    83%
timml/equation.py                          229     27    88%
timml/inhomogeneity1d.py                   150     26    83%
timml/inhomogeneity.py                     278     59    79%
timml/intlinesink.py                       154     10    94%
timml/linedoublet1d.py                      99     21    79%
timml/linedoublet.py                       172     25    85%
timml/linesink1d.py                        176     26    85%
timml/linesink.py                          502     62    88%
timml/model.py                             334     98    71%
timml/plots.py                             262     37    86%
timml/stripareasink.py                     137     37    73%
timml/trace.py                             204     61    70%
timml/uflow.py                              36      3    92%
timml/version.py                             6      2    67%
timml/well.py                              213     23    89%
------------------------------------------------------------
TOTAL                                     4025    700    83%

@dbrakenhoff
Copy link
Collaborator Author

Almost a 2x speedup as well 👍

Copy link
Owner

@mbakker7 mbakker7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage looks good!

@mbakker7 mbakker7 merged commit 192dd0f into dev Nov 4, 2025
4 checks passed
@mbakker7 mbakker7 deleted the coverage branch November 4, 2025 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants