Skip to content

Commit

Permalink
Heirarchy explain (#116)
Browse files Browse the repository at this point in the history
* move down one level

* license update

* fix ci/cd

* change working directory of ci/cd tests
  • Loading branch information
rshih32 authored May 16, 2023
1 parent 4318b57 commit 2b75fa9
Show file tree
Hide file tree
Showing 182 changed files with 26 additions and 665 deletions.
4 changes: 3 additions & 1 deletion .azure_pipelines/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- bash: |
set -e
CONDA_FILENAME=$(condaEnvFileSuffix)
CONDA_YAML="tools/conda_${CONDA_FILENAME}.yaml"
CONDA_YAML="trulens_explain/tools/conda_${CONDA_FILENAME}.yaml"
echo $CONDA
conda env create --force --quiet --file $CONDA_YAML
conda init bash
Expand All @@ -76,6 +76,7 @@ jobs:
source activate $(condaEnvFileSuffix)
pip install pyzmq!=24.0.0 # CI/CD Broken on this version
pip install ipykernel
cd ./trulens_explain
pip install -r $(requirementsFile)
python -m ipykernel install --user --name $(condaEnvFileSuffix) --display-name "$(condaEnvFileSuffix)"
displayName: Install pip package
Expand All @@ -96,5 +97,6 @@ jobs:
- bash: |
source activate $(condaEnvFileSuffix)
pip install pytest==7.0.1 pytest-azurepipelines
cd ./trulens_explain
python -m pytest $(testSubdirectory)
displayName: Run unit tests
682 changes: 21 additions & 661 deletions LICENSE

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion notebooks/resources/imagenet_class_index.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
4 changes: 2 additions & 2 deletions setup.cfg → trulens_explain/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = trulens
version = attr: trulens.__version__
url = https://www.trulens.org
license = AGPL-3.0
license = MIT
author = Truera Inc
author_email = [email protected]
description = Library containing attribution and interpretation methods for deep nets.
Expand All @@ -12,4 +12,4 @@ classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Development Status :: 3 - Alpha
License :: OSI Approved :: GNU Affero General Public License v3
License :: OSI Approved :: MIT License
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2b75fa9

Please sign in to comment.