Skip to content

Commit

Permalink
Merge pull request #18 from PowerGridModel/feature/fix-import
Browse files Browse the repository at this point in the history
fixes-import-error
  • Loading branch information
figueroa1395 authored Nov 18, 2024
2 parents e2ad0ca + 6de6706 commit f1e19d6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

repos:
- repo: https://github.com/fsfe/reuse-tool
rev: v3.0.2
rev: v4.0.0
hooks:
- id: reuse
- repo: https://github.com/pycqa/isort
Expand Down
8 changes: 0 additions & 8 deletions .reuse/dep5

This file was deleted.

14 changes: 14 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# SPDX-FileCopyrightText: Contributors to the Power Grid Model project <[email protected]>
#
# SPDX-License-Identifier: MPL-2.0

version = 1
SPDX-PackageName = "power-grid-model"
SPDX-PackageSupplier = "Power Grid Model project <[email protected]>"
SPDX-PackageDownloadLocation = "https://github.com/PowerGridModel/power-grid-model"

[[annotations]]
path = "./**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Contributors to the Power Grid Model project <[email protected]>"
SPDX-License-Identifier = "MPL-2.0"
2 changes: 1 addition & 1 deletion deps/power-grid-model
Submodule power-grid-model updated 214 files
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pathlib import Path
from typing import Callable, Optional

from power_grid_model.core.power_grid_core import CharPtr, CStr, IdxC
from power_grid_model._core.power_grid_core import CharPtr, CStr, IdxC

# functions with size_t return
_FUNC_SIZE_T_RES = {"meta_class_size", "meta_class_alignment", "meta_attribute_offset"}
Expand Down

0 comments on commit f1e19d6

Please sign in to comment.