parallel
Here are 1,122 public repositories matching this topic...
/Users/travis/build/ray-project/ray/python/ray/node.py:533: DeprecationWarning: Redis.hmset() is deprecated. Use Redis.hset() instead.
redis_client.hmset("webui", {"url": self._webui_url})
/Users/travis/build/ray-project/ray/python/ray/worker.py:358: DeprecationWarning: Redis.hmset() is deprecated. Use Redis.hset() instead.
"run_on_other_drivers": str(run_on_other_drivers),
-
Updated
Jul 17, 2020 - C++
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Oct 30, 2018 - C++
-
Updated
Nov 1, 2019 - JavaScript
-
Updated
Jul 1, 2020 - JavaScript
Currently, if trial.report() method is called multiple times with the same step in a trial, only the first reported value will be recorded into the storage and the others will be silently ignored.
Reporting multiple values with the same step is an unintended usage of the method, and it could cause bugs that are hard to notice (see #847 as an example of such bug).
Therefore, it seems better to
-
Updated
Apr 24, 2020 - JavaScript
-
Updated
Jul 16, 2020 - Jupyter Notebook
-
Updated
Jul 11, 2019 - JavaScript
-
Updated
Jul 17, 2020 - Go
-
Updated
Nov 30, 2016 - Java
-
Updated
Jun 15, 2020 - Python
Points to cover:
- playbook for how to get started with testing
- differences between testing locally vs staging vs production
- how to configure tests for different environments
@johngrimsey thank you for the idea! Please feel free to comment if I missed something.
-
Updated
Jul 17, 2020 - C++
-
Updated
Dec 4, 2017 - Rust
-
Updated
Jul 2, 2020 - C
-
Updated
Jul 8, 2020
-
Updated
Jun 9, 2020 - C++
-
Updated
Apr 29, 2020 - Python
-
Updated
Jan 14, 2018 - Java
Improve this page
Add a description, image, and links to the parallel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parallel topic, visit your repo's landing page and select "manage topics."
read the [known iss