-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Contributing.
Clear expectation of using conda.... but ? where is it? How to install link, etc.
Idea. Create a diff directory where you can dump that and keep the base README clean.
Running
So, I just run mud_run_all.
Of course. But, for those not fully in this yet. Show them this is on the command-line with a prompt ($).
I like the comments
Line 23 in acbf065
| # Don't complain if tests don't hit defensive assertion code: |
Is this a bug
Line 24 in acbf065
| package_dir = |
What is the measured performance hit on loading scipy's distribution / dolphin?
In Poission
io & pathlib aren't used
I'm not a fan of the dir name helpers. It's vague. Though, tools, utils really isn't much better. In MVC (model-view-controllers) they're controllers. I've been using that more.
- Logging
- argument parser
- lazyloader
What happens when I pass '-d f'
-- Are we verifying our input?
Prefix? :) This is inside baseball.
A prefix for the output directory. It's the output directory for users.
parser.add_argument('-p', '--prefix',
dest="prefix",
help="Output filename prefix (no extension)",
default='results',
type=str,
metavar="STR")