Hans Dembinski

Results 105 issues of Hans Dembinski

The original docs of the matlab version can be found here: https://convexoptimization.com/TOOLS/DERIVEST.pdf The docs give credit to d'Errico, but without explicit permission from the original author, this is still a...

Thanks for this awesome package, very useful! I would like to add support for the [LTeX language server](https://github.com/valentjn/ltex-ls), which performs spell checking, grammar checking, and style checking on written english...

It would be great to have a simple example on how to use QEMU in a workflow in the README.

kind/docs
good first issue

Please add a property `title` to the WriteableTree that users can set.

feature

uproot 4.3.7 When opening a root file for writing, the call to `uproot.open(filename, mode="w")` fails with this error message ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In [15],...

bug (unverified)

I want to write several variable length arrays that have the same length to an empty tree. https://uproot.readthedocs.io/en/latest/basic.html#extending-ttrees-with-large-datasets explains 1) How to generate an empty tree with mktree, which can...

docs

### Expected behavior As newbie on optuna, I wrongly tried to use this call in the CLI, where `db.sqlite3` is a file on my drive in the same folder. ```...

enhancement

Also see #283 **Snakemake version** 5.13 **Describe the bug** The option `--cores` is mandatory, which is inconsistent with the documentation printed by `--help`. **Minimal example** See #283 **Desired behavior** Users...

bug

The `if (options_type::test(option::circular))` inside `index_type index(value_type x)` and `value_type value(real_index_type i)` reminds me of when I was dealing with periodic argument reduction in a simulator+monitor program (every ms PC sends...

`template variable(It begin, It end, metadata_type meta = {}, options_type options = {}, allocator_type alloc = {})` does not provide strong exception guarantee: if user writes `variable(it_begin, it_end, std::move(str))` and...