Skip to content
Snippets Groups Projects
Commit a4c9f8e4 authored by David Hendriks's avatar David Hendriks
Browse files

fixed some imports

parent 0e6980b0
No related branches found
No related tags found
No related merge requests found
Pipeline #31811 passed
......@@ -29,7 +29,7 @@ import h5py
import numpy as np
from binarycpython import _binary_c_bindings
import binarycpython.utils.moe_distefano_data as moe_distefano_data
import binarycpython.utils.moe_di_stefano_2017_data as moe_di_stefano_2017_data
import py_rinterpolate
......@@ -225,7 +225,7 @@ def get_moe_di_stefano_dataset(options, verbosity=0):
1,
)
json_data = copy.deepcopy(moe_distefano_data.moe_distefano_2017_data)
json_data = copy.deepcopy(moe_di_stefano_2017_data.moe_di_stefano_2017_data)
else:
if not os.path.isfile(options["file"]):
......
......@@ -2,7 +2,7 @@
File containing dictionary with the Moe & diStefano 2017 dataset. Prepared by Sophie Dykes
"""
 
moe_distefano_2017_data = {
moe_di_stefano_2017_data = {
"Comments": "File contains data concerning properties for different log10(primary mass) for multiple star systems. Data from Moe and Di Stefano (2017): https://ui.adsabs.harvard.edu/abs/2017ApJS..230...15M/abstract . Github: https://gitlab.eps.surrey.ac.uk/sd00599/fyp",
"log10M1": [
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment