Coverage for bim2sim / kernel / __init__.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.13.4, created at 2026-03-12 10:59 +0000

1"""Kernel module of bim2sim 

2 

3Holds central target simulation independent logic. 

4""" 

5 

6 

7class IFCDomainError(Exception): 

8 """Exception raised if IFCDomain of file and element do not fit."""