Peter O'Connor

Results 57 comments of Peter O'Connor

The above would be great to have - not only for modifying fields of sub-classes but also for "de-duplicating defaults" - when passing arguments down through multiple levels, as in...

Hi Ramon, thanks for your response. I don't understand MyPy enough to know the difficulty involved, and honestly probably won't have the time to invest to see if it's doable....

I think what Matthias said about `browse_experiment_records` is the way to go (though it hasn't been maintained in a while so I'm not 100% on everything working in that UI)....

Thanks @NomelemoN, looking into it now

Thought about this..... One way would be to make extend a PersistentExperiment base class with an `__init__` and an abstract "run_step" method. It's "run" method would repeatedly call run_step while...

I think it's a perfect project for you Matthias.

Hmm, I tried running `demo_experiments.py` on the current master and can't reproduce this error (either by pressing `h` or deleting a run). I'm in Python 3.6 but I doubt that...

Huh, so maybe it's just a Python 3.4 thing. Anyway, can you see if this: https://github.com/QUVA-Lab/artemis/pull/133 fixes your issue?

Need more context. What are you trying to solve?

A bit tricky. PrettyTable allows multi-line cells in tables. I make [a fork](https://github.com/petered/PTable) of the [PTable](https://ptable.readthedocs.io/en/latest/) to work on this. (we needed to modify their column-width-assignment code). The problem is...