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

Extrazsupply #233

Closed gwenchee closed 5 years ago

gwenchee commented 5 years ago

This PR addresses: 1) https://github.com/arfc/d3ploy/issues/224 and the capacity_buffer in the supplydriven inst 2) the issues in https://github.com/arfc/d3ploy/pull/232 3) https://github.com/arfc/d3ploy/issues/220 for relevant functions 4) deletes all instances of demand_std_dev in all input files 5) updates the README with the new input variables 6) adds a test d3ploy/tests/integration_tests/buffer_tests.py that tests the capability of the supply and capacity buffers 7) All the pytest pass on my local machine

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:

Line 93:80: E501 line too long (81 > 79 characters) Line 202:80: E501 line too long (81 > 79 characters) Line 203:80: E501 line too long (81 > 79 characters) Line 244:80: E501 line too long (90 > 79 characters) Line 245:80: E501 line too long (93 > 79 characters) Line 295:80: E501 line too long (90 > 79 characters) Line 296:80: E501 line too long (93 > 79 characters) Line 297:80: E501 line too long (90 > 79 characters) Line 348:80: E501 line too long (81 > 79 characters)

Comment last updated at 2019-04-23 17:30:00 UTC