Skip to content

Commit

Permalink
dataset are shared as a part of the package,
Browse files Browse the repository at this point in the history
fixes #2
  • Loading branch information
sambit-giri committed Dec 16, 2024
1 parent d46e724 commit 77d1f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AstronomyCalc/create_data.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import numpy as np
import pandas as pd
from astropy.cosmology import LambdaCDM
from astropy import units as u
import os, requests, zipfile, wget, pickle
import importlib.resources as pkg_resources
from astropy.cosmology import LambdaCDM
from astropy import units as u

from .cosmo_equations import *

Expand Down

0 comments on commit 77d1f1f

Please sign in to comment.