mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-11 16:58:38 +00:00
MINOR: Fix flaky pytests (#16379)
This commit is contained in:
parent
4c46fba202
commit
89829949ce
@ -80,7 +80,7 @@ def create_data(mlflow_environment):
|
||||
np.random.seed(40)
|
||||
|
||||
# Read the wine-quality csv file from the URL
|
||||
csv_url = "http://archive.ics.uci.edu/ml/machine-learning-databases/wine-quality/winequality-red.csv"
|
||||
csv_url = "https://raw.githubusercontent.com/open-metadata/openmetadata-demo/main/resources/winequality-red.csv"
|
||||
data = pd.read_csv(csv_url, sep=";")
|
||||
|
||||
# Split the data into training and test sets. (0.75, 0.25) split.
|
||||
|
Loading…
x
Reference in New Issue
Block a user