Mike Müller

Results 40 comments of Mike Müller

I can reproduce this warning. This fixes the warning for me: ```python def plot_nyquist(Z, scale=1, units='Ohms', fmt='.-', ax=None, labelsize=20, ticksize=14, **kwargs): ... # Fix warning for multiple values for formats....

As a workaround or even a feature, would it be possible to display a message window if the send date is earlier than the current date? After all it is...

Yes, setting *Don’t deliver messages more than # minutes late* does the trick. It took me while to figure this out. Of, course reading the documentation really helps. ;) Maybe...

Thanks for your suggestion. I tend to use the naming pattern `gwf_modelname_suffix.*´, `gwt_modelname_suffix.*`, `gwe_modelname_suffix.*´ etc. `modelname` is also the name of the base directory. Once parameterized with `flopy`, this should...

@christianlangevin Thanks for your comment. I was not aware of `set_model_relative_path()`. This seems the way to go. Much better than writing your own pre- and post-file-moving tools.

Totally agree. Often, the very first thing I do when I open a new terminal is giving it a more descriptive name. BTW, even the very limited Windows terminal (cmd)...

> consoles that are attached to a preexisting kernel But if you open multiple kernels, the name of the console does not tell which is which. You have to remember...

This workaround allows to set the name of the bash terminal: https://superuser.com/questions/84710/window-title-in-bash The set name shows up in the terminal tab and in the OPEN TABS list but not under...

@glemaitre My workaround looks like this: ``` [feature.dev.tasks] pixiinstall = "pixi install" joblib = "pip install -e ./src/joblib --no-deps" threadpoolctl = "pip install -e ./src/threadpoolctl --no-deps" scikitlearn = "pip install...

MEPs seem a good idea. :) Backwards compatibility is very important. But improvements of existing and new features may make this very difficult or awkward. According to the concept of...