AI4SIM / model-collection

This project contains a collection of deep learning models developed by the AI4Sim team with various partners. This is structured on the basis of use-cases providing canonical PyTorch Lightning pipelines allowing to train neural network models that are able to surrogate various physical processes.
Apache License 2.0
16 stars 5 forks source link

Create readme.md #9

Closed rmslm closed 2 years ago

github-actions[bot] commented 2 years ago

:white_check_mark: Result of Pytest Coverage

---------- coverage: platform linux, python 3.8.12-final-0 ----------- Name Stmts Miss Cover
combustion/gnns/init.py 0 0 100%
combustion/gnns/config.py 21 21 0%
combustion/gnns/data.py 68 68 0%
combustion/gnns/models.py 82 82 0%
combustion/gnns/plotters.py 103 103 0%
combustion/gnns/test.py 48 48 0%
combustion/gnns/tests/test_snippet.py 12 1 92%
combustion/gnns/trainer.py 26 26 0%
TOTAL 360 349 3%

~ 2 passed in 0.13s ~