Skip to content

Commit

Permalink
fix: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsbck committed Nov 22, 2024
1 parent 2877102 commit b8798c5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# This file is part of Jaxley, a differentiable neuroscience simulator. Jaxley is
# licensed under the Apache License Version 2.0, see <https://www.apache.org/licenses/>

<<<<<<< HEAD
=======
import json
>>>>>>> wip: new baselines
import os
from copy import deepcopy
from typing import Optional
Expand All @@ -13,10 +10,7 @@

import jaxley as jx
from jaxley.synapses import IonotropicSynapse
<<<<<<< HEAD
=======
from tests.test_regression import generate_regression_report, load_json
>>>>>>> wip: new baselines


@pytest.fixture(scope="session")
Expand Down Expand Up @@ -210,8 +204,6 @@ def get_or_compute_swc2jaxley_params(

yield get_or_compute_swc2jaxley_params
params = {}
<<<<<<< HEAD
=======


@pytest.fixture(scope="session", autouse=True)
Expand Down Expand Up @@ -249,4 +241,3 @@ def print_regression_report():

request.addfinalizer(update_baseline)
request.addfinalizer(print_regression_report)
>>>>>>> wip: new baselines

0 comments on commit b8798c5

Please sign in to comment.