Isaac Meyer
Isaac Meyer
Ran into this issue independently. Here was my input (only have a broken one!) ``` import openmc import openmc.deplete def run_test(): # Generate materials fuel = openmc.Material(1, "uo2") fuel.add_element('U', 1.0,...
Just tried and it works great! Thanks for the tip. So could this be fixed by removing the internal `CoupledOperator` logic and just adding something in its `__init__` like `if...
Adding issues with linking and the shell script here: https://github.com/OpenTOPAS/OpenTOPAS/discussions/34 https://github.com/OpenTOPAS/OpenTOPAS/discussions/35 https://github.com/OpenTOPAS/OpenTOPAS/discussions/40
That makes sense. I think at the least, that the QT/Geant4 libraries can be linked and then the quickstart could have a line like: > The TOPAS environment can be...
Struggling to run nrtest. The quickstart instructions give the following info: https://github.com/OpenTOPAS/OpenTOPAS/blob/85b9e951bc53ca06a120dd22d9cfeb4915bb7660/OpenTOPAS_quickStart_MacOS.md?plain=1#L243-L245 But I can't seem to locate `apps/topas-HEAD_4.11.1.2.json`. Is this supposed to be somewhere in the OpenTOPAS repo?
Thanks for pointing me to the right place! Definitely something to decide. It might be nice to integrate the tests at some point, that way they are always up to...
Following up on this. Has taken a bit longer than expected, as the debugging process involves pushing to the repo and then waiting for a response. In its current state,...
Attaching the action in its current state and the current test results [nrtest-results-ubuntu-latest.zip](https://github.com/user-attachments/files/16335557/nrtest-results-ubuntu-latest.zip) [ci.txt](https://github.com/user-attachments/files/16335568/ci.txt)
Ah, good catch! I will try out the alternate command and see if it helps (sounds like it will!)
Thanks for some of the history and insights! I haven't a lot of time to look at patching things up, but we do have a github action now that compiles...