File tree 4 files changed +23
-4
lines changed
4 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
3
+ sphinx :
4
+ # Path to your Sphinx configuration file.
5
+ configuration : docs/conf.py
6
+
3
7
build :
4
8
os : ubuntu-22.04
5
9
tools :
Original file line number Diff line number Diff line change @@ -98,7 +98,16 @@ Take a look at the [contribution guide](CONTRIBUTING.md)
98
98
This research has received funding from the European Union’s Horizon 2020 Framework
99
99
Program for Research and Innovation under the Specific Grant Agreement No. 945539
100
100
(Human Brain Project SGA3) and Specific Grant Agreement No. 785907 (Human Brain
101
- Project SGA2) and from Centro Fermi project “Local Neuronal Microcircuits” to ED. We
102
- acknowledge the use of EBRAINS platform and Fenix Infrastructure resources, which are
101
+ Project SGA2) and from Centro Fermi project “Local Neuronal Microcircuits” to ED.
102
+ The project is also receiving funding from the Virtual Brain Twin Project under the
103
+ European Union's Research and Innovation Program Horizon Europe under grant agreement
104
+ No 101137289.
105
+
106
+ We acknowledge the use of EBRAINS platform and Fenix Infrastructure resources, which are
103
107
partially funded from the European Union’s Horizon 2020 research and innovation
104
- programme through the ICEI project under the grant agreement No. 800858
108
+ programme under the Specific Grant Agreement No. 101147319 (EBRAINS 2.0 Project) and
109
+ through the ICEI project under the grant agreement No. 800858 respectively.
110
+
111
+ ## Supported by
112
+
113
+ [ ![ JetBrains logo] ( https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg )] ( https://jb.gg/OpenSourceSupport )
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ def handler(self, context):
207
207
for name , sim in extra_simulations .items ():
208
208
if name not in network .simulations and name == sim_name :
209
209
network .simulations [sim_name ] = sim
210
- root = pathlib .Path (getattr (context .arguments , "output-folder " , "./" ))
210
+ root = pathlib .Path (getattr (context .arguments , "output_folder " , "./" ))
211
211
if not root .is_dir () or not os .access (root , os .W_OK ):
212
212
return report (
213
213
f"Output provided '{ root .absolute ()} ' is not an existing directory with write access." ,
Original file line number Diff line number Diff line change @@ -114,6 +114,12 @@ Run a simulation from a compiled network architecture.
114
114
* ``path/to/netw.hdf5 ``: Path to the network file.
115
115
* ``sim-name ``: Name of the simulation.
116
116
117
+ .. rubric :: Flags
118
+
119
+ * ``-o ``, ``--output-folder ``: Output the simulation results to an existing folder.
120
+ If omitted, the current folder is used.
121
+
122
+
117
123
.. _bsb_cache :
118
124
119
125
Check the global cache
You can’t perform that action at this time.
0 commit comments