Skip to content

Commit

Permalink
Merge pull request #83 from ks905383/fix_dotprod_extradims
Browse files Browse the repository at this point in the history
Fix issue #77 , add more robust tests
  • Loading branch information
ks905383 authored Sep 27, 2024
2 parents c46a924 + 1c774a9 commit 787299d
Show file tree
Hide file tree
Showing 6 changed files with 282 additions and 70 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Create conda environment
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
cache-downloads: true
cache-env: true
cache-environment: true
micromamba-version: 'latest'
#mamba-version: "*" # activate this to build with mamba.
channels: conda-forge #, defaults # These need to be specified to use mamba
Expand Down
2 changes: 1 addition & 1 deletion docs/source/notebooks/full_run.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.1"
"version": "3.9.16"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 787299d

Please sign in to comment.