Thilo von Neumann
Thilo von Neumann
Hi, I have some questions regarding the implementation, and I can't reproduce the perplexities reported in the paper. 1. I'd be interested in #5, as well. 2. I can't reproduce...
Entries might appear multiple times when the `save` operation of the `MongoObserver` fails. The local collection gets updated, but the changes don't get pushed to the server first. When the...
The current SETTINGS might need some improvements. The main point is that the SETTINGS are not checked, so you can set invalid settings without noticing it. Most annoyingly, if you...
Here's a small example of what I'd like to be able to do. The real usecase is far more complex: ```python from sacred import Experiment ex = Experiment() class A:...
I try to explain my question with the following example: ```python from sacred import Experiment, Ingredient ing = Ingredient('ing') ex = Experiment(ingredients=[ing]) @ing.config def ing_config(): a = 42 @ex.config def...
This PR addresses a few issues. These modifications break things, so I didn't want to push it directly to the main branch, but first wait for feedback: - Rendering in...
Correct me if I'm wrong, but I think it is currently impossible to customize the bibtex key. To match my current zotero setup, I would like to customize the bibtex...
**Describe your feature request** It would be nice to highlight the words that match the query in the search results. For me, it makes it much easier to find the...