-
Notifications
You must be signed in to change notification settings - Fork 2
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:billbrod/foveated-metamers into main
- Loading branch information
Showing
15 changed files
with
1,295 additions
and
136 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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
uses: s-weigand/[email protected] | ||
with: | ||
update-conda: true | ||
python-version: 3.7 | ||
python-version: 3.7.1 | ||
conda-channels: anaconda, conda-forge, bioconda | ||
- name: Create environment | ||
run: | | ||
|
@@ -41,7 +41,7 @@ jobs: | |
uses: s-weigand/[email protected] | ||
with: | ||
update-conda: true | ||
python-version: 3.7 | ||
python-version: 3.7.1 | ||
conda-channels: anaconda, conda-forge, bioconda | ||
- name: Create environment | ||
run: | | ||
|
@@ -75,7 +75,7 @@ jobs: | |
uses: s-weigand/[email protected] | ||
with: | ||
update-conda: true | ||
python-version: 3.7 | ||
python-version: 3.7.1 | ||
conda-channels: anaconda, conda-forge, bioconda | ||
- name: Create environment | ||
run: | | ||
|
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
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 @@ | ||
#!/usr/bin/env python3 | ||
|
||
from .tools import clamps, display, optim | ||
from .simulate.ventral_stream import PooledV1, PooledRGC | ||
from .simulate.ventral_stream import PooledV1, PooledRGC, PooledMoments | ||
from .synthesize.metamer import Metamer |
Oops, something went wrong.