ERROR conda.cli.main_run:execute(125): `conda run python -m pytest tests/unit/experiment/test_neuron_quality_metrics.py -xvs` failed. (See above for error)
============================= test session starts ==============================
platform darwin -- Python 3.10.18, pytest-8.4.1, pluggy-1.6.0 -- /opt/anaconda3/envs/driada/bin/python
cachedir: .pytest_cache
rootdir: /Users/nikita/PycharmProjects/driada2
configfile: pytest.ini
plugins: timeout-2.4.0, cov-6.2.1, hydra-core-1.3.2
collecting ... collected 18 items

tests/unit/experiment/test_neuron_quality_metrics.py::TestReconstructionR2::test_perfect_reconstruction FAILED

=================================== FAILURES ===================================
_______________ TestReconstructionR2.test_perfect_reconstruction _______________
tests/unit/experiment/test_neuron_quality_metrics.py:84: in test_perfect_reconstruction
    assert r2 > 0.7
E   assert 0.6531974688833129 > 0.7
=========================== short test summary info ============================
FAILED tests/unit/experiment/test_neuron_quality_metrics.py::TestReconstructionR2::test_perfect_reconstruction - assert 0.6531974688833129 > 0.7
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
============================== 1 failed in 13.05s ==============================

