Closed Devanshusisodiya closed 8 months ago
@Devanshusisodiya Please run
tox -e lock-packages
to update the package hashes
while doing the dev setup, command autonomy packages sync --update-packages
gives the following error
Error: Cannot connect to node with addr: /dns/registry.autonolas.tech/tcp/443/https
- ive ran the autonolas-registries
container as well but still.
Relevance - running tox -e lock-packages
ends in this error InvocationError for command /Users/sdevanshu/projects/dev_folds/open-autonomy/.tox/lock-packages/bin/autonomy packages lock (exited with code 1)
@angrybayblade The environment issue was resolved, and I've pushed changes after updating package hashes.
Proposed changes
Changed the docstring of the class
RandomnessBehaviour
, also changed the references to docstring ofRandomnessBehaviour
class.Fixes
fixes #2135
Types of changes
What types of changes does your code introduce? (A breaking change is a fix or feature that would cause existing functionality and APIs to not work as expected.) Put an
x
in the box that appliesChecklist
Put an
x
in the boxes that apply.main
branch (left side). Also you should start your branch off ourmain
.Further comments
On running the command
tox -e generate-api-documentation
a lot files in the folderdocs/api/*
were automatically getting deleted. So after running the command those changes were reverted back.