Skip to content
Snippets Groups Projects

Switch PyMC3 to PyMC (which is the new name starting from PyMC v4.0.0)

Merged Matthew David Pitkin requested to merge matthew-pitkin/bilby:pymc3_to_pymc4 into master
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -7,6 +7,7 @@ from signal import SIGINT
multiprocessing.set_start_method("fork") # noqa
import unittest
import pytest
from parameterized import parameterized
import shutil
Loading