bug fixed related to different boundary handling procedure. no guarantee that it's correct (yet) but it runs

This commit is contained in:
Paul M. Sutter 2024-06-06 00:49:53 +02:00
parent 03c8f773b6
commit dd181da42a
6 changed files with 40 additions and 36 deletions

View file

@ -23,7 +23,7 @@
import numpy as np
import scipy.integrate as integrate
import os
from backend import *
#from backend import *
__all__=['expansion', 'comovingDistance', 'aveExpansion']