CosmoStat / autometacal

Metacalibration and shape measurement by automatic differentiation
MIT License
4 stars 1 forks source link

Adds setup and imports for proper packaging #13

Closed EiffL closed 3 years ago

EiffL commented 3 years ago

Small PR to add proper imports. This makes it possible to do the following:


import autometacal
import tensorflow_datasets as tfds

dset = tfds.load('GalGen')