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

Sbra 365 test unets #14

Closed leonicoletti closed 2 years ago

leonicoletti commented 2 years ago
github-actions[bot] commented 2 years ago

Coverage report for weather_forecast/gwd/ use-case

File Coverage Missing
All files 0% :x:
config.py 0% :x: 13-47
data.py 0% :x: 13-229
models.py 0% :x: 13-168
test.py 0% :x: 13-85
trainer.py 0% :x: 13-81

Minimum allowed coverage is 80%

Generated by :monkey: cobertura-action against fd06e68b9dfc667e21ad587ae208a649fbc8497c

github-actions[bot] commented 2 years ago

Coverage report for combustion/unets/ use-case

File Coverage Missing
All files 93% :white_check_mark:
data.py 93% :white_check_mark: 61 72 74 113 116
models.py 87% :white_check_mark: 41-42 45 48
trainer.py 77% :x: 59-61 65-66 69

Minimum allowed coverage is 80%

Generated by :monkey: cobertura-action against fd06e68b9dfc667e21ad587ae208a649fbc8497c

github-actions[bot] commented 2 years ago

Coverage report for combustion/gnns/ use-case

File Coverage Missing
All files 87% :white_check_mark:
data.py 94% :white_check_mark: 84 149 194 206
models.py 68% :x: 85 116-132 159-163 213-217 238-242
plotters.py 98% :white_check_mark: 50-51
trainer.py 77% :x: 69-74 78-79

Minimum allowed coverage is 80%

Generated by :monkey: cobertura-action against fd06e68b9dfc667e21ad587ae208a649fbc8497c

A669015 commented 2 years ago

combustion/gnns/plotters.py seems to be added empty. Is it intended ? (And the unet one seems to have been removed)

A669015 commented 2 years ago

combustion/gnns/plotters.py seems to be added empty. Is it intended ? (And the unet one seems to have been removed)

My bad, it is just a right access change on the file.