From 60b402c04348a63ab3ddbdf91646a02dbb38f22a Mon Sep 17 00:00:00 2001 From: Cricial <2911646453@qq.com> Date: Fri, 13 Sep 2024 16:58:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E4=BF=AE=E6=94=B9=E5=9F=BA?= =?UTF-8?q?=E6=9C=AC=E7=BB=93=E6=9D=9F=EF=BC=8C=E5=88=B0=E8=BE=BE=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E5=BC=80=E5=A7=8B=E6=89=A7=E8=A1=8C=E9=A3=8E=E9=99=A9?= =?UTF-8?q?=E4=BC=A0=E9=80=92=E5=A4=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/csv-editor.xml | 21 ++++++++ __pycache__/computation.cpython-38.pyc | Bin 1420 -> 1425 bytes __pycache__/firm.cpython-38.pyc | Bin 7235 -> 7276 bytes __pycache__/model.cpython-38.pyc | Bin 9561 -> 0 bytes __pycache__/my_model.cpython-38.pyc | Bin 0 -> 10456 bytes __pycache__/product.cpython-38.pyc | Bin 1432 -> 1446 bytes computation.py | 2 +- firm.py | 13 ++--- input_data/oa_without_exp.csv | 3 +- input_data/xv_without_exp.csv | 3 +- model.py => my_model.py | 65 +++++++++++++++++++------ product.py | 19 +++++--- 12 files changed, 92 insertions(+), 34 deletions(-) delete mode 100644 __pycache__/model.cpython-38.pyc create mode 100644 __pycache__/my_model.cpython-38.pyc rename model.py => my_model.py (81%) diff --git a/.idea/csv-editor.xml b/.idea/csv-editor.xml index 5d9af44..ec19d70 100644 --- a/.idea/csv-editor.xml +++ b/.idea/csv-editor.xml @@ -3,6 +3,13 @@