Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Deathn0t

Deathn0t pushed 1 commit to macos-workflow deephyper/deephyper
  • adding consideration of local cpu_counts in test__search_timeout cbee66d

View on GitHub

Deathn0t opened an issue on deephyper/deephyper
Running doctests in CI
Deathn0t opened an issue on deephyper/deephyper
Include MacOS testing in CI
Deathn0t pushed 1 commit to mpi-testing deephyper/deephyper
  • updating test mpi win storage 583075f

View on GitHub

Deathn0t pushed 1 commit to mpi-testing deephyper/deephyper
  • fixing mpi win storage when pickled as part of function arguments a187105

View on GitHub

Deathn0t opened a draft pull request on deephyper/deephyper
Improving MPI testing
Deathn0t created a branch on deephyper/deephyper

mpi-testing - DeepHyper: Scalable Asynchronous Neural Architecture and Hyperparameter Search for Deep Neural Networks

Deathn0t starred mpi4py/setup-mpi
Deathn0t closed an issue on deephyper/deephyper
Clean up current tests and workflows
Tox is not necessary for running the tests so consider removing it and just use standard pytest commands to run the tests. This would also require changes to the GitHub Action workflows and coverag...
Deathn0t pushed 1 commit to develop deephyper/deephyper
  • updated example from serial to parallel 31215ce

View on GitHub

Deathn0t pushed 1 commit to develop deephyper/deephyper
  • updating example sequential to parallel search 741b16d

View on GitHub

Deathn0t pushed 1 commit to develop deephyper/deephyper
  • adding test for multi_point_strategy in CBO 446f9cb

View on GitHub

Deathn0t pushed 1 commit to develop deephyper/deephyper
  • updating example missing source file bbbc55e

View on GitHub

Deathn0t pushed 1 commit to develop deephyper/deephyper
  • updating example from sequential to parallel d4f6d3f

View on GitHub

Deathn0t pushed 1 commit to develop deephyper/deephyper
  • Remove tox file, unittest, and revise workflow (#247) * Separate workflows for checks and tests * Run tests job a... ed2b02f

View on GitHub

Deathn0t deleted a branch deephyper/deephyper

cleanup-tests

Deathn0t closed a pull request on deephyper/deephyper
Remove tox file, unittest, and revise workflow
This removes the tox file and just uses pytest and coverage for running the tests with the GitHub Actions workflow. The workflow is separated into two different jobs: `checks` for running the ruff ...
Deathn0t pushed 1 commit to cleanup-tests deephyper/deephyper
  • updated documentation of tests 0b73c6a

View on GitHub

Deathn0t created a comment on a pull request on deephyper/deephyper
The `README.rst` is already used by the documentation through a simple link (https://github.com/deephyper/deephyper/blob/develop/docs/developer_guides/tests_link.rst), do you think we should still ...

View on GitHub

Deathn0t created a comment on a pull request on deephyper/deephyper
At some point, the intent was to have some doc strings tests ([example here](https://github.com/deephyper/deephyper/blob/develop/src/deephyper/hpo/_problem.py#L214)) that could be tested with Pytes...

View on GitHub

Deathn0t pushed 3 commits to cleanup-tests deephyper/deephyper
  • removing mark.fast from pytest conf and tests 547d22c
  • removing omit from coverage conf 7af7cf4
  • updating tests workflow to use default tests (i.e., without mark) c10750b

View on GitHub

Deathn0t created a comment on a pull request on deephyper/deephyper
Hello @wigging , 1. Should the `omit =` be updated to follow the last update on `source =`? ```toml [tool.coverage.run] branch = true source = ["deephyper"] omit = ["src/deephyper/skopt/*...

View on GitHub