From 7642372f2cb0cd68b0f63f4fd96b8a0c60ae19b6 Mon Sep 17 00:00:00 2001 From: mt Date: Thu, 20 Nov 2025 10:54:38 +0800 Subject: [PATCH] 2 --- org/chatgpt2/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/org/chatgpt2/__init__.py b/org/chatgpt2/__init__.py index 2b9397c..90ca8d8 100644 --- a/org/chatgpt2/__init__.py +++ b/org/chatgpt2/__init__.py @@ -3,6 +3,7 @@ import matplotlib.pyplot as plt from scipy.interpolate import CubicSpline from scipy.constants import h, c, k + # ----------------------------- # 1. 数据预处理 # -----------------------------