forked from BalancerMaxis/vote_following_incentives_director
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:BalancerMaxis/superchain_vote_follo…
…wing_incentives_director
- Loading branch information
Showing
9 changed files
with
35 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# For a base/default test run: | ||
|
||
|
||
### Copy constants.py.example to constants.py. | ||
Make sure you copy/not rename so your config file isn't part of changes to the mother branch of your fork. | ||
|
||
### Take a quick look at example_op_config.py, which is actvated based on FILE_PREFIX in constants.py | ||
These 2 files are how you control stuff, assuming not too much has changed, the current config should be good enough to do something. | ||
|
||
### Go back to the root of the repo and run | ||
```bash | ||
pip3 install -r requirements.txt | ||
python main.py | ||
``` | ||
|
||
### Check test results in the outputs folder | ||
There's some example outputs there already. | ||
|
||
To run for real, you want to follow a pattern similar to that described in `.github/workflows/main.yml`, passing in some arguments to main. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.