Set random seed for reproducible tests
Address #381 (closed)
- Set random seed with
pytest-randomly
for reproducible tests - Remove 6-bit
test_single_dense_activation_exact
for now (fails much more often than 4-bit version) - Requires this merge request (https://gitlab.cern.ch/fastmachinelearning/hls4ml-testing/-/merge_requests/1)
adding
pytest-randomly
to the Docker image for testing.