Mike Müller

Results 40 comments of Mike Müller

Yes. Please transfer the repo. I might keep it as an extra repo. At least for a while. Maybe it is no ideal to make IPython a hard dependency. There...

Yes, please translate it into Japanese. :)

Works for me. ``` $ mochi flask_demo.mochi * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit) ``` makes "Hello World" show up with `http://localhost:5000/`. I have not updated from upstream yet...

Seems like a testing granularity based on minor versions is not enough. Having tests runs for different revisions that are in common use might be needed. Python 3.4.0 through 3.4.3...

Here are the testing guidelines: https://github.com/i2y/mochi/blob/master/doc/TESTS.rst How do they play with your testing approach?

@tlvu Sounds like a good idea. The `result_*` function scheme was the simplest thing I could come up with that allows us using `py.test`. I am open to improvements to...

Ok. Good. Did not know this. Adding the `as` does th trick. Thanks for pointing this out.

For now, I'll go with the [nightly build](https://github.com/MODFLOW-USGS/modflow6-nightly-build/releases). :)