Skip to content

Commit

Permalink
use dbetto for AttrsDict and TextDB
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHu committed Feb 9, 2025
1 parent 77998f1 commit 78bee5a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"matplotlib": ("https://matplotlib.org/stable", None),
"pint": ("https://pint.readthedocs.io/en/stable", None),
"pyg4ometry": ("https://pyg4ometry.readthedocs.io/en/stable", None),
"legendmeta": ("https://pylegendmeta.readthedocs.io/en/stable/", None),
"dbetto": ("https://dbetto.readthedocs.io/en/stable/", None),
} # add new intersphinx mappings here

# sphinx-autodoc
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"numba",
"pint != 0.24",
"pyg4ometry",
"pylegendmeta>=v0.9.0",
"dbetto",
"pyarrow",
]
dynamic = [
Expand Down
2 changes: 1 addition & 1 deletion src/legendhpges/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pathlib import Path

import numpy as np
from legendmeta import AttrsDict
from dbetto import AttrsDict
from numpy.typing import ArrayLike, NDArray
from pint import Quantity, get_application_registry
from pyg4ometry import geant4
Expand Down
2 changes: 1 addition & 1 deletion src/legendhpges/make_hpge.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import json
from pathlib import Path

from legendmeta import AttrsDict
from dbetto import AttrsDict
from pyg4ometry import geant4

from .bege import BEGe
Expand Down
2 changes: 1 addition & 1 deletion tests/test_det_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pathlib

import pytest
from legendmeta import TextDB
from dbetto import TextDB
from legendtestdata import LegendTestData
from pyg4ometry import geant4

Expand Down
2 changes: 1 addition & 1 deletion tests/test_det_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import numpy as np
import pytest
from legendmeta import TextDB
from dbetto import TextDB
from legendtestdata import LegendTestData
from pyg4ometry import geant4

Expand Down
2 changes: 1 addition & 1 deletion tests/test_distance.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import numpy as np
import pytest
from legendmeta import TextDB
from dbetto import TextDB
from legendtestdata import LegendTestData
from pyg4ometry import geant4

Expand Down

0 comments on commit 78bee5a

Please sign in to comment.