-
Notifications
You must be signed in to change notification settings - Fork 144
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' into plateau-neuron
- Loading branch information
Showing
81 changed files
with
7,862 additions
and
1,876 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: Codacy Coverage Reporter | ||
|
||
permissions: read-all | ||
on: | ||
workflow_run: | ||
workflows: ["Run CI"] | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: Add new issues to the NCL planning project and label them | ||
|
||
permissions: {} | ||
on: | ||
issues: | ||
types: | ||
|
@@ -10,6 +10,7 @@ on: | |
jobs: | ||
add-to-project: | ||
name: Add issue to project | ||
permissions: {} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -145,3 +145,5 @@ dmypy.json | |
.idea/ | ||
.vscode/ | ||
.history/ | ||
.flakeheaven_cache/ | ||
tutorials/in_depth/results/ |
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 |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "docs"] | ||
path = docs | ||
url = https://github.com/lava-nc/lava-docs.git | ||
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 |
---|---|---|
|
@@ -73,7 +73,7 @@ cd $HOME | |
curl -sSL https://install.python-poetry.org | python3 - | ||
git clone [email protected]:lava-nc/lava.git | ||
cd lava | ||
git checkout v0.8.0 | ||
git checkout v0.9.0 | ||
./utils/githook/install-hook.sh | ||
poetry config virtualenvs.in-project true | ||
poetry install | ||
|
@@ -90,7 +90,7 @@ pytest | |
cd $HOME | ||
git clone [email protected]:lava-nc/lava.git | ||
cd lava | ||
git checkout v0.8.0 | ||
git checkout v0.9.0 | ||
python3 -m venv .venv | ||
.venv\Scripts\activate | ||
pip install -U pip | ||
|
@@ -186,7 +186,7 @@ python -m venv .venv | |
source .venv/bin/activate ## Or Windows: .venv\Scripts\activate | ||
pip install -U pip | ||
# Substitute lava version needed for lava-nc-<version here>.tar.gz below | ||
pip install lava-nc-0.8.0.tar.gz | ||
pip install lava-nc-0.9.0.tar.gz | ||
``` | ||
|
||
## Linting, testing, documentation and packaging | ||
|
Submodule docs
deleted from
9492b5
Oops, something went wrong.