Skip to content

Commit de3037b

Browse files
committed
Minor fixes+update
1 parent 1eb837c commit de3037b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

lofarnn/data/datasets.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -468,14 +468,14 @@ def create_source_dataset(
468468
)
469469
else:
470470
create_cutouts(
471-
mosaic_names,
472-
l_objects,
473-
pan_wise_location,
474-
comp_catalog,
475-
dr_two_location,
476-
all_directory,
477-
gaussian,
478-
all_channels,
479-
fixed_size,
480-
verbose,
471+
mosaic=mosaic_names,
472+
value_added_catalog=l_objects,
473+
pan_wise_catalog=pan_wise_location,
474+
component_catalog=comp_catalog,
475+
mosaic_location=dr_two_location,
476+
save_cutout_directory=all_directory,
477+
gaussian=gaussian,
478+
all_channels=all_channels,
479+
source_size=fixed_size,
480+
verbose=verbose,
481481
)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
setup(
44
name="lofarnn",
5-
version="0.7",
5+
version="0.7.1",
66
license="GPLv3",
77
author="Jacob Bieker",
88
authoer_email="jacob@bieker.tech",
99
url="https://github.com/jacobbieker/lofarnn",
10-
download_url="https://github.com/jacobbieker/lofarnn/archive/v0.6.0.tar.gz",
10+
download_url="https://github.com/jacobbieker/lofarnn/archive/v0.7.1.tar.gz",
1111
keywords=["Radio Astronomy", "PyTorch", "Machine Learning"],
1212
packages=find_packages(),
1313
install_requires=["astropy", "numpy", "scikit-image", "pillow", "pytorch", "scipy", "matplotlib"],

0 commit comments

Comments
 (0)