Skip to content

Commit 10d61b8

Browse files
committed
Moving config into package as recommended by setuptools for non-package
data files. https://setuptools.pypa.io/en/latest/userguide/datafiles.html
1 parent 93bdd79 commit 10d61b8

File tree

16 files changed

+5
-5
lines changed

16 files changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
type: PPNeuronIGRSynapses
2-
activation:
2+
activation:
33
type: relu

config/network/edge_config/edge_config.yaml flyvis/config/network/edge_config/edge_config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ defaults:
22
- _self_
33
- sign: sign
44
- syn_count: syn_count
5-
- syn_strength: syn_strength
5+
- syn_strength: syn_strength

config/network/edge_config/syn_count/syn_count.yaml flyvis/config/network/edge_config/syn_count/syn_count.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ groupby:
1111
penalize:
1212
function: weight_decay
1313
kwargs:
14-
lambda: 0
14+
lambda: 0
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
defaults:
22
- _self_
33
- bias: bias
4-
- time_const: time_const
4+
- time_const: time_const
File renamed without changes.
File renamed without changes.
File renamed without changes.

config/solver.yaml flyvis/config/solver.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ hydra:
3838
Example:
3939
Train a network for 1000 iterations (and add description 'test'):
4040
41-
flyvis train_single \
41+
flyvis train-single \
4242
ensemble_and_network_id=0045/000 \
4343
task_name=flow \
4444
train=true \
File renamed without changes.

0 commit comments

Comments
 (0)