Substra / substrafl

A high-level federated learning Python library used to run complex federated learning experiments at scale on a Substra network
https://docs.substra.org
Apache License 2.0
57 stars 4 forks source link

fix: ping numpy <2.0 #217

Closed ThibaultFy closed 4 months ago

ThibaultFy commented 4 months ago

Related issue

# followed by the number of the issue

Summary

Notes

Please check if the PR fulfills these requirements

ThibaultFy commented 4 months ago

/e2e --tests doc

Owlfred commented 4 months ago

End to end tests: :x: FAILURE

Jobs status:

Too bad.

ThibaultFy commented 4 months ago

/e2e -h

Owlfred commented 4 months ago
Usage: /e2e [options] [help]

/e2e may appear anywhere as long as it is on its own line

Options:
  --refs <value>                          Extra refs (branch or tag) with format REPO=GIT_REF,REPO=GIT_REF.
  Supported repositories: orchestrator, substra-backend, substra-frontend, substra-tools, substrafl, substra, substra-tests, substra-documentation, substra-ci.
  Example: /e2e --refs substra-backend=some_branch,orchestrator=some_tag (default: {})
  --tests-to-run, --tests <tests-to-run>  Comma-separated list of tests to run. Valid options: sdk, substrafl, doc, frontend, mnist, camelyon or NONE. Frontend tests will run automatically on substrafl, mnist and camelyon if selected. (default: "sdk")
  -h, --help                              display help for command