Matt Thompson

Results 24 comments of Matt Thompson

When opening a new notebook with `jupyterlab()` or `notebook()`, the Untitled.ipynb file is opened in my home directory rather than in the directory from which the command was given (also...

Huh, it's working, but the ensemble is much slower ... Using the tutorial problem, ``` @parameters t x @parameters Dn, Dp @variables u(..) v(..) Dt = Differential(t) Dx = Differential(x)...

Ah, well it would help too if I [started Julia with more than 1 thread](https://discourse.julialang.org/t/julia-num-threads-in-vs-code-windows-10-wsl/28794/6). For my real problem, the Ensemble speeds it up nicely when I start it up...

@MilkshakeForReal Thanks for putting this together! I'm trying to get MOL and optimization to work together nicely, so this is helpful. I'm trying to run this example do you have...

I opened a new issue #255 that might be relevant. If DVC was incorporated, it wouldn't technically matter where data was stored (though keeping it all in `data/` is probably...

It's a DEI update. GitHub has already implemented a switch to default a new repo's primary branch as `main`. For context, see [this article](https://www.techrepublic.com/article/github-to-replace-master-with-main-starting-in-october-what-developers-need-to-know/). And from the git docs for...

Yes, tried making a new project with DW after changing the global git config default branch and main popped right out. Thanks!

I set it to closed because I realized it might not be good to change a user's global git config settings while setting up a DrWatson project: > Changing the...

I'm not too familiar with navigating how well licenses play together, but this wouldn't be derivative of DVC any more than it is of git. User installs DVC, DrWatson calls...