cyclus / cyclus.github.com

Landing page repository
http://fuelcycle.org
Other
8 stars 30 forks source link

Semantically incorrect Cyclus Testing heading #174

Open scopatz opened 9 years ago

scopatz commented 9 years ago

The heading that reads on the cyclus user docs:

Cyclus Testing
    The Cyclus kernel includes some archetype for testing the basic functionality of the kenel.

    Cyclus Archetypes
        :agents:Source
        :agents:Sink
        :agents:NullRegion
        :agents:NullInst
        :agents:KFacility
        :agents:Predator
        :agents:Prey

is not right. Not all of these archetypes are for testing and I would argue that some, such as the Nulls are needed for day-to-day usage.

rwcarlsen commented 9 years ago

Yes - this distinction has come up here (madison) in discussion before. The Nulls are really the ones that don't fit solely under the testing umbrella. @gonuke was working on refactoring this page, and we settled on the current state as an improvement but with the caveat that there are still some changes that probably need to be made. Thanks for posting the issue @scopatz.