Skip to content

Commit

Permalink
Merge pull request #226 from CEMeNT-PSAAP/main
Browse files Browse the repository at this point in the history
Merge main into dev
  • Loading branch information
ilhamv authored Aug 14, 2024
2 parents 3dcb56e + eb564c6 commit 8b4770d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# On Read the Docs, need to mock any python packages that would require c
from unittest.mock import MagicMock

MOCK_MODULES = ["mpi4py", "colorama"]
MOCK_MODULES = ["mpi4py", "colorama", "mpi4py.util.dtlib"]
sys.modules.update((mod_name, MagicMock()) for mod_name in MOCK_MODULES)


Expand Down
7 changes: 0 additions & 7 deletions mcdc/iqmc/iqmc_kernel.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Mon Jun 10 21:52:17 2024
@author: sam pasmann
"""
from mpi4py import MPI

import mcdc.adapt as adapt
Expand Down
7 changes: 0 additions & 7 deletions mcdc/iqmc/iqmc_loop.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Mon Jun 10 21:52:29 2024
@author: sam pasmann
"""
import mcdc.kernel as kernel
import mcdc.iqmc.iqmc_kernel as iqmc_kernel
import mcdc.adapt as adapt
Expand Down

0 comments on commit 8b4770d

Please sign in to comment.