From 93bb0bfca0bfeddd2d16b2c225de0f64075e9c68 Mon Sep 17 00:00:00 2001 From: "qiongying.jia" Date: Fri, 23 May 2025 10:42:57 +0800 Subject: [PATCH] test --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index cffdc23..f0006bb 100644 --- a/test.py +++ b/test.py @@ -2,7 +2,7 @@ import numpy as np import pandas as pd import matplotlib.pyplot as plt from sklearn.linear_model import LinearRegression # 确保正确导入 -import torch +# import torch def test_numpy(): print("Testing NumPy...") -- GitLab