Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Jul 19, 2023
1 parent 30a2d0a commit 3dc9ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/pyAMReX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ void init_PODVector(py::module &);
void init_Utility(py::module &);
void init_Vector(py::module &);


#if AMREX_SPACEDIM == 1
PYBIND11_MODULE(amrex_1d_pybind, m) {
#elif AMREX_SPACEDIM == 2
Expand Down Expand Up @@ -115,7 +116,7 @@ PYBIND11_MODULE(amrex_3d_pybind, m) {
init_ParticleContainer(m);
init_AmrMesh(m);

// Wrappers around functions, independent of parent to child order
// Wrappers around standalone functions
init_Utility(m);

// API runtime version
Expand Down
2 changes: 0 additions & 2 deletions tests/test_utility.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-

import numpy as np
import pytest

import amrex.space3d as amr

Expand Down

0 comments on commit 3dc9ed4

Please sign in to comment.