Skip to content
Snippets Groups Projects

Port to python3 and new lalsuite

3 files
+ 22
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -12,7 +12,7 @@ import socket
import numpy as np
import matplotlib
import matplotlib.pyplot as plt
from scipy.misc import logsumexp
from scipy.special import logsumexp
import pyfstat.helper_functions as helper_functions
from pyfstat.core import (BaseSearchClass, ComputeFstat,
Loading