You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just making use of the nice depletion capabilities and in particular the Results.export_to_materials()method.
This method takes a burnup_index argument which identifies the time step to use.
Perhaps burnup_index could default to None and if left as None then all time steps could be returned?
Would this be a welcome addition? If so I can look into making a PR
Currently I'm looping through all the timesteps and calling export_to_materials for each step which isn't too inconvenient, so perhaps this extra flexibility is not needed.
The text was updated successfully, but these errors were encountered:
Hi all,
I'm just making use of the nice depletion capabilities and in particular the
Results.export_to_materials()
method.This method takes a
burnup_index
argument which identifies the time step to use.Perhaps burnup_index could default to None and if left as None then all time steps could be returned?
Would this be a welcome addition? If so I can look into making a PR
Currently I'm looping through all the timesteps and calling
export_to_materials
for each step which isn't too inconvenient, so perhaps this extra flexibility is not needed.The text was updated successfully, but these errors were encountered: