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

Constant transition #256

Closed gwenchee closed 5 years ago

gwenchee commented 5 years ago

This PR contains a performance test that shows a basic transition scenario from ten initial reactors to a fleet of new reactors where there is a constant power demand. It relies on the capabilities introduced in https://github.com/arfc/d3ploy/pull/253

Running \d3ploy/tests/performance_tests/algorithm_performance_tests_constanttransition.py will give this power plot: flattransition-power

pep8speaks commented 5 years ago

Hello @gwenchee! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2019-05-22 14:10:26 UTC
robfairh commented 5 years ago

Fix pep8 and resolve conflict in plotter. The scenario looks good.

gwenchee commented 5 years ago

Done! @robfairh

gwenchee commented 5 years ago

I am going to make a new PR with some updates.