Mike Müller

Results 18 issues of Mike Müller

The kernel is still a separate project (https://github.com/Carreau/mochi-kernel). We have the permission from the author to incorporate into Mochi.

We need tests. Compiling to Python bytecode might be best way to re-use all the Python testing infrastructure.

# Task I tried to use `xmipy` with all examples that come with the standard installation of MODFLOW 6.3.0. # Setup Essentially, I ran: ```python mf6 = XmiWrapper(dll_path) mf6.initialize(nam_file) mf6.finalize()...

# Task I am trying to compile the latest version on Windows. # Operating System Windows version: Windows 10 Pro, latest updates applied # Steps installing the environment 1. Forked...

### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### Anaconda default channels - [X] I do NOT use the Anaconda default channels (pkgs/* etc.)...

The maximum length of a model name is limited to 16 characters. If the name is too long MF6 shows an error message. This message changed from version 6.4.1 to...

Thanks for this great extension. I am using `local-server` to start an application. This works well. My application should have only one instance. Therefore, I stop my application when the...

**Is your feature request related to a problem? Please describe.** Models tend to get big with many input and output files. Therefore, distributing files in directories and sub-directories can be...

enhancement