https://github.com/hpc-maths/GenEO
Revision a74bf1af7023b9e16ba133cc5ce7fb92e50f19d8 authored by Nicole Spillane on 27 May 2021, 11:31:35 UTC, committed by Nicole Spillane on 27 May 2021, 11:31:35 UTC
1 parent be8a282
Tip revision: a74bf1af7023b9e16ba133cc5ce7fb92e50f19d8 authored by Nicole Spillane on 27 May 2021, 11:31:35 UTC
a small change in options of asarray which fixes a warning when I save gathered data with different lengths. TO: fix all occurences of this
a small change in options of asarray which fixes a warning when I save gathered data with different lengths. TO: fix all occurences of this
Tip revision: a74bf1a
setup.py
from setuptools import setup, find_packages
from Cython.Build import cythonize
setup(
name = "GenEO",
version="0.1",
packages=find_packages(),
ext_modules = cythonize('GenEO/matelem_cython.pyx'),
)
Computing file changes ...