Skip to content

Commit 5df6ea8

Browse files
peter-madiganseg188
andauthoredFeb 7, 2023
Module2/add module2 yamls (#55)
* Add yamls for module2 * Allow for hydra network agnostic config files * adding yamls * fixed paths for perlmutter * Bugfix * Fix paths, add network agnostic flag * Make geometry compatible with the two different types of layout file formats: * Allow disabled channels to be network agnostic * typo * Fix dataset labels * Update default light samples * Bug fix * Update adc64_event_generator.py * Add module3-specific configs * Remove module3 light reconstruction workflows * Remove module3 light reconstruction config yamls * Revert "Remove module3 light reconstruction workflows" This reverts commit 02582c9. * Bump python env to 3.11 * Fix typo in event generator --------- Co-authored-by: Stephen Greenberg <[email protected]>
1 parent 674e9cd commit 5df6ea8

File tree

91 files changed

+2264
-21
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+2264
-21
lines changed
 

‎.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
auto-update-conda: true
3939
activate-environment: test
40-
python-version: "3.9"
40+
python-version: "3.11"
4141
environment-file: test/env.yaml
4242

4343
- name: setup conda (no mpi)
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
auto-update-conda: true
4848
activate-environment: test
49-
python-version: "3.9"
49+
python-version: "3.11"
5050
environment-file: test/env-nompi.yaml
5151

5252
- name: install h5flow (mpi)

‎env-nompi.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ channels:
22
- conda-forge
33
- defaults
44
dependencies:
5-
- python=3.9
5+
- python=3.11
66
- root
77
- scipy
88
- scikit-image
99
- scikit-learn
1010
- pip
1111
- pip:
1212
- h5flow>=0.1.0
13-
- adc64format>=0.0.2
13+
- adc64format>=0.0.2

0 commit comments

Comments
 (0)
Please sign in to comment.