-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update simulation parameters and improve analysis plotting
- Changed master_seed in experiment_stabilized_groundstate.py - Specified exact versions for dependencies in humam.yml - Enhanced raster statistics plotting in analysis.py - Updated display name in humam_tutorial.ipynb - Fixed NaN handling in connectivity.py
- Loading branch information
Showing
5 changed files
with
30 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,19 @@ | ||
name: humam | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- nest-simulator | ||
- joblib | ||
- xlrd | ||
- matplotlib | ||
- pyyaml | ||
- numpy | ||
- seaborn | ||
- python | ||
- pandas | ||
- scipy | ||
- ipykernel | ||
- pip | ||
- nest-simulator=3.8 | ||
- joblib=1.4.2 | ||
- xlrd=2.0.1 | ||
- matplotlib=3.9.2 | ||
- pyyaml=6.0.2 | ||
- numpy=2.1.3 | ||
- seaborn=0.13.2 | ||
- python=3.12.7 | ||
- pandas=2.2.3 | ||
- scipy=1.14.1 | ||
- ipykernel=6.29.5 | ||
- pip=24.3.1 | ||
- pip: | ||
- nnmt | ||
- dicthash | ||
- networkx | ||
- snakemake | ||
- nnmt==1.3.0 | ||
- dicthash==0.0.2 | ||
- networkx==3.4.2 | ||
- snakemake==8.25.3 |
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