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

1 statements  

« prev     ^ index     » next       coverage.py v7.6.12, created at 2025-03-12 17:09 +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."""