File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 1
1
# This file is part of Jaxley, a differentiable neuroscience simulator. Jaxley is
2
2
# licensed under the Apache License Version 2.0, see <https://www.apache.org/licenses/>
3
3
4
- < << << << HEAD
5
- == == == =
6
4
import json
7
- > >> >> >> wip : new baselines
8
5
import os
9
6
from copy import deepcopy
10
7
from typing import Optional
13
10
14
11
import jaxley as jx
15
12
from jaxley .synapses import IonotropicSynapse
16
- < << << << HEAD
17
- == == == =
18
13
from tests .test_regression import generate_regression_report , load_json
19
- > >> >> >> wip : new baselines
20
14
21
15
22
16
@pytest .fixture (scope = "session" )
@@ -210,8 +204,6 @@ def get_or_compute_swc2jaxley_params(
210
204
211
205
yield get_or_compute_swc2jaxley_params
212
206
params = {}
213
- < << << << HEAD
214
- == == == =
215
207
216
208
217
209
@pytest .fixture (scope = "session" , autouse = True )
@@ -249,4 +241,3 @@ def print_regression_report():
249
241
250
242
request .addfinalizer (update_baseline )
251
243
request .addfinalizer (print_regression_report )
252
- > >> >> >> wip : new baselines
You can’t perform that action at this time.
0 commit comments