-
Notifications
You must be signed in to change notification settings - Fork 6
Not compatible with explicit_inventory option #23
Copy link
Copy link
Open
Labels
Comp:CoreThis issue has to do with the main bulk of the code or document. (methods, main content)This issue has to do with the main bulk of the code or document. (methods, main content)Comp:InputThis issue has to do with the input component of the code or document. (input parameters, prep)This issue has to do with the input component of the code or document. (input parameters, prep)Difficulty:2-ChallengingThis issue may be complex or require specialized skills.This issue may be complex or require specialized skills.Priority:2-NormalThis work is important and should be completed ASAP.This work is important and should be completed ASAP.Status:3-SelectedThe assignee has chosen to work on this item next (after their current, in progress, issue)The assignee has chosen to work on this item next (after their current, in progress, issue)Type:BugSomething is wrong or broken. This issue or PR is related to a bug in code.Something is wrong or broken. This issue or PR is related to a bug in code.
Description
Activity
Metadata
Metadata
Assignees
Labels
Comp:CoreThis issue has to do with the main bulk of the code or document. (methods, main content)This issue has to do with the main bulk of the code or document. (methods, main content)Comp:InputThis issue has to do with the input component of the code or document. (input parameters, prep)This issue has to do with the input component of the code or document. (input parameters, prep)Difficulty:2-ChallengingThis issue may be complex or require specialized skills.This issue may be complex or require specialized skills.Priority:2-NormalThis work is important and should be completed ASAP.This work is important and should be completed ASAP.Status:3-SelectedThe assignee has chosen to work on this item next (after their current, in progress, issue)The assignee has chosen to work on this item next (after their current, in progress, issue)Type:BugSomething is wrong or broken. This issue or PR is related to a bug in code.Something is wrong or broken. This issue or PR is related to a bug in code.
When the
explicit_inventorytag of thecontrolblock of the cyclus input file is marked true, thenDepleteReactordoes not operate correctly.Observed behavior:
Expected behavior:
It is very possible that this issue is because of something in the Cyclus python API, and not specific to this software.