• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

csdms / bmi-example-python / 11409200998

18 Oct 2024 06:40PM UTC coverage: 93.048%. Remained the same
11409200998

Pull #33

github

mdpiper
Merge branch 'master' into mdpiper/update-examples
Pull Request #33: Update examples + check repository health

174 of 187 relevant lines covered (93.05%)

0.93 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/heat/__init__.py
1
"""Model the diffusion of heat over a 2D plate."""
2

3
from ._version import __version__
1✔
4
from .bmi_heat import BmiHeat
1✔
5
from .heat import Heat, solve_2d
1✔
6

7
__all__ = ["__version__", "BmiHeat", "solve_2d", "Heat"]
1✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc