arfc / d3ploy

A collection of Cyclus manager archetypes for demand driven deployment
BSD 3-Clause "New" or "Revised" License
4 stars 11 forks source link

combine demand driven inst and supply driven inst #254

Closed gwenchee closed 5 years ago

gwenchee commented 5 years ago

Instead of having 2 institutions for demand driven and supply driven, there should be a toggle in one institution that switches between demand driven and supply driven.

katyhuff commented 5 years ago

Sounds good. Keep in mind: https://docs.python.org/2/tutorial/classes.html#multiple-inheritance

gwenchee commented 5 years ago

This is difficult to implement because there are separate functionalities that are implemented in both

gwenchee commented 5 years ago

It is difficult to implement, implementing this does not affect the capability of the d3ploy code. It just makes it neater.