You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The get_stallion utility downloads the stallion data from the repository, each time it is called. This seems wasteful of download traffic, and ceases to work without an internet connection.
At least in testing, this should be replaced - perhaps by a synthetic dummy dataset of comparable format.
Further, for the user-facing case, we should consider moving it into the package - it is 1MB and 0.8MB after compression, so not too large - but also not minimal size.
The text was updated successfully, but these errors were encountered:
The
get_stallion
utility downloads the stallion data from the repository, each time it is called. This seems wasteful of download traffic, and ceases to work without an internet connection.At least in testing, this should be replaced - perhaps by a synthetic dummy dataset of comparable format.
Further, for the user-facing case, we should consider moving it into the package - it is 1MB and 0.8MB after compression, so not too large - but also not minimal size.
The text was updated successfully, but these errors were encountered: