diff --git a/riid/data/__init__.py b/riid/data/__init__.py index 9ce4f4e1..e51d9152 100644 --- a/riid/data/__init__.py +++ b/riid/data/__init__.py @@ -1,7 +1,8 @@ # Copyright 2021 National Technology & Engineering Solutions of Sandia, LLC (NTESS). # Under the terms of Contract DE-NA0003525 with NTESS, # the U.S. Government retains certain rights in this software. -"""This module just aliases the `sampleset` module.""" +"""This sub-package contains all utilities for synthesizing, reading, writing, and converting data. +""" import numpy as np