terrapower / armi

An open-source nuclear reactor analysis automation framework that helps design teams increase efficiency and quality
https://terrapower.github.io/armi/
Apache License 2.0
212 stars 82 forks source link

Add descriptions for `copyFilesFrom` and `copyFilesTo` case settings #1727

Closed keckler closed 1 week ago

keckler commented 2 weeks ago

We have two case settings with no descriptions: image

These settings need descriptions. From what I can tell, copyFilesFrom can be a list of any length, but then copyFilesTo needs to be either of zero-length, length-1, or the same length as copyFilesFrom. This should be described for the user. It would also be good to know when the file copying takes place so the user knows when the new files will be available.

john-science commented 2 weeks ago

@keckler I will do that. Sure.

Out of curiosity, are people actually USING this feature of ARMI?

keckler commented 1 week ago

I have no idea if it is being used much. I was interested in using them, but without a description I quickly abandoned the thought!