Skip to content

Commit

Permalink
Run make format
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Nov 14, 2024
1 parent 826cf4b commit 891d52c
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions choclo/tests/test_prism_kernels.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
# Copyright (c) 2022 The Choclo Developers.
# Distributed under the terms of the BSD 3-Clause License.
# SPDX-License-Identifier: BSD-3-Clause
#
# This code is part of the Fatiando a Terra project (https://www.fatiando.org)
#
"""
Additional tests to prism kernels.
"""

import pytest
import numpy as np
import pytest

from choclo.prism import (
kernel_eee,
kernel_nnn,
kernel_uuu,
kernel_een,
kernel_eeu,
kernel_enn,
kernel_nnu,
kernel_enu,
kernel_euu,
kernel_nnn,
kernel_nnu,
kernel_nuu,
kernel_enu,
kernel_uuu,
)


Expand Down

0 comments on commit 891d52c

Please sign in to comment.