fusion-energy / openmc-dagmc-wrapper

A Python package that extends OpenMC base classes to provide convenience features and standardized tallies when simulating DAGMC geometry with OpenMC.
https://openmc-dagmc-wrapper.readthedocs.io/
MIT License
7 stars 2 forks source link

Fixed docstrings #103

Closed RemDelaporteMathurin closed 2 years ago

RemDelaporteMathurin commented 2 years ago

Fixes #97

shimwell commented 2 years ago

failing tests are unrelated. I am close to fixing these :-)

RemDelaporteMathurin commented 2 years ago

failing tests are unrelated. I am close to fixing these :-)

Are these tests easy to solve?

I was planning on doing some refactoring but this is not very good practice as tests failing early (here utils) will hide potential bugs...

RemDelaporteMathurin commented 2 years ago

Oh it's not just the utils, all the tests are failing! we have no CI 😃