Skip to content

Commit

Permalink
WIP: fixups and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso committed Nov 8, 2023
1 parent 68e95b8 commit ec10a57
Show file tree
Hide file tree
Showing 8 changed files with 581 additions and 265 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1

- name: "Install Lightsheet Notebook Dependencies"
- name: "Install Dependencies Not Available on PyPI"
shell: bash
run: |
git clone https://github.com/AllenNeuralDynamics/aind-ccf-alignment-experiments.git
pushd aind-ccf-alignment-experiments
git checkout ${{ env.aind-ccf-alignment-experiments-tag }}
python -m pip install .
- name: "Install Dependencies"
- name: "Install Dependencies with Flit"
shell: bash
run: |
python -m pip install flit
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__pycache__/

.ipynb_checkpoints/
example/input
example/output
example/mydask.png
examples/input
examples/output
examples/mydask.png

data/
Loading

0 comments on commit ec10a57

Please sign in to comment.