-
Notifications
You must be signed in to change notification settings - Fork 2
odw.Model #110
Conversation
@shimwell maybe we should hold this off until the CI is back on? |
@shimwell I lost track, do we have a repo with the files for the test suite? |
Sorry I still don't have a repo with the test files |
Getting closer to having a repo with files to download The last docker release was able to produce files from example 1 https://github.com/fusion-energy/fusion_neutronics_workflow/releases/tag/develop |
The h5m files are now being downloaded by the test scripts and the tests are running again. Many are failing but this is something we can work with |
Maybe we can work at fixing these tests in develop before merging this. We should try and stop merging PRs when tests don't work :( |
Yes sure, I meant work on this PR to fix things up. |
Down to 18 failing tests 📉 lots of the failing tests are for the same reason
|
Ah yes Maybe this should be fixed in a seperate PR. I'll try to find some time to do it |
@RemDelaporteMathurin I think I've just fixed that bug. Down to just 4 failing tests now |
I'm hoping to get this passing all the tests and merged into develop today. Then perhaps we can take a step back and see what parts (if any) of this code are actually useful |
Codecov Report
@@ Coverage Diff @@
## develop #110 +/- ##
===========================================
- Coverage 87.89% 82.38% -5.52%
===========================================
Files 6 14 +8
Lines 314 352 +38
===========================================
+ Hits 276 290 +14
- Misses 38 62 +24
Continue to review full report at Codecov.
|
@RemDelaporteMathurin the tests are now passing I think this can be merged into the develop branch |
As discussed in #107 this PR introduces a new
odw.Model
class inheriting fromopenmc.Model
.Since this class stores the geometry, materials, tallies and settings, it makes sense to do all the communication between them in there.