Jack Roberts
Jack Roberts
Relevant references/similar work: - https://strathprints.strath.ac.uk/30312/1/colorpaper_2006.pdf - https://github.com/holoviz/colorcet - https://github.com/taketwo/glasbey
DONE: Fixed indentation, improved page structure. TODO: some missing parameter descriptions, type hints
⚠️ This sets some optional dependencies to required dependencies in poetry.lock (dependabot bug) ⚠️
@RajeshTailor1 - sorry didn't spot this. Yes at the moment it would need a database rebuild. We've improved the update script but still need to make it update times for...
Yes that would be great, as well as improving docstrings and documentation in general there's a lot we can do to improve the code.
Short-term workaround might be to make sure we don't use anything from multiprocessing if `num_thread = 1`, and only support single-threaded on Windows.
The discussion here (plus linked issues) might be relevant: https://github.com/ralph-group/pymeasure/issues/12
Did you create and activate an "airsenalenv" conda environment? Try `conda activate airsenalenv`, then after that `which python` should return a path including `airsenalenv/bin/python` at the end, and `python --version`...
I also got this error in a python 3.8 conda environment on my Macbook. Note it's the same as the error we see on Windows #120 .
Need just a small modification to the `airsenal_replay_season` interface to expose the `transfers` argument to `replay_season`.