Klaus Greff
Klaus Greff
Could you post some minimal example to reproduce this problem? Also one thing worth trying could be to use `--capture=sys` since the default FD based capturing is known to sometimes...
The docs were built on a python 2.7 system. Changed to 3.7, so it should be working again now.
The relevant part of the log seems to be: ``` File "/home/docs/checkouts/readthedocs.org/user_builds/sacred/checkouts/latest/sacred/serializer.py", line 19, in import jsonpickle.ext.pandas as jsonpickle_pandas ModuleNotFoundError: No module named 'jsonpickle.ext.pandas' ``` But I have also added...
That should not happen indeed. I'll dig into it next week. Is it enough to use the standard `tqdm` progressbar for reproducing this? BTW: I wasn't aware of `tqdm`, but...
I think this issue should be fixed now, so I'm closing it.
Yeah I agree. Ideally I would like to decouple the commandline interface even further, so that we could easily use different frameworks. Because sometimes people have an existing commandline system...
Hi, yes JSON is using only strings as keys. Using JSON is a requirement to store the configuration in the MongoDB, and also for some config-file formats. It also helps...
Keeping this issue open as a feature request for non-string config keys.
Oh, does python fire support tab completion? Yes, that might be a good starting point then. I would love to have tab completion, but didn't figure out yet how to...
I agree that multiline comments might be nice. Though I think I'd prefer the format: ``` $ python multiline.py print_config INFO - multiline - Running command 'print_config' INFO - multiline...