Colin Josey

Results 2 issues of Colin Josey

This is an issue with JEFF-3.3 not following the ENDF-6 format, rather than an issue with ENDFtk, but it's worth keeping track of these. Consider the decay file `JEFF33RDD0506_0.ASC`, as...

The supported arguments to `from_file` and related is `str`. Passing a `pathlib` `Path` results in: ``` Traceback (most recent call last): File "[path]/process.py", line 8, in tape = ENDFtk.tree.Tape.from_file(p) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...