aiauto-client 0.1.7__py3-none-any.whl → 0.1.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- aiauto/core.py +2 -1
- {aiauto_client-0.1.7.dist-info → aiauto_client-0.1.8.dist-info}/METADATA +1 -1
- {aiauto_client-0.1.7.dist-info → aiauto_client-0.1.8.dist-info}/RECORD +5 -5
- {aiauto_client-0.1.7.dist-info → aiauto_client-0.1.8.dist-info}/WHEEL +0 -0
- {aiauto_client-0.1.7.dist-info → aiauto_client-0.1.8.dist-info}/top_level.txt +0 -0
aiauto/core.py
CHANGED
@@ -202,7 +202,8 @@ class StudyWrapper:
|
|
202
202
|
request_data = {
|
203
203
|
"objective": {
|
204
204
|
"sourceCode": serialize(objective),
|
205
|
-
"requirementsTxt": build_requirements(requirements_file, requirements_list)
|
205
|
+
"requirementsTxt": build_requirements(requirements_file, requirements_list),
|
206
|
+
"objectiveName": objective.__name__ # 함수명 추출하여 전달
|
206
207
|
},
|
207
208
|
"batch": {
|
208
209
|
"studyName": self.study_name,
|
@@ -1,10 +1,10 @@
|
|
1
1
|
aiauto/__init__.py,sha256=sF7sJaXg7-MqolSYLxsaXAir1dBzARhXLrHo7zLsupg,345
|
2
2
|
aiauto/_config.py,sha256=DaRTIZlph9T3iuW-Cy4fkw8i3bXB--gMtW947SLZZNs,159
|
3
3
|
aiauto/constants.py,sha256=rBibGOQHHrdkwaai92-3I8-N0cu-B4CoCoQbG9-Cl8k,821
|
4
|
-
aiauto/core.py,sha256=
|
4
|
+
aiauto/core.py,sha256=XaRKX3aLtMPae5guRjj8Ly-PWT96LIS8Picxqg82rjU,9930
|
5
5
|
aiauto/http_client.py,sha256=t1gxeM5-d5bsVoFWgaNcTrt_WWUXuMuxge9gDlEqhoA,2086
|
6
6
|
aiauto/serializer.py,sha256=KqQeH0xp4LQuZE6r8kzXQsWY6QgC3hqn8MSuWTt4QmU,1938
|
7
|
-
aiauto_client-0.1.
|
8
|
-
aiauto_client-0.1.
|
9
|
-
aiauto_client-0.1.
|
10
|
-
aiauto_client-0.1.
|
7
|
+
aiauto_client-0.1.8.dist-info/METADATA,sha256=iN8NS-QK9Usszy7hF3OzAGpSaFSOYNwIf365jjRUgb4,18450
|
8
|
+
aiauto_client-0.1.8.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
9
|
+
aiauto_client-0.1.8.dist-info/top_level.txt,sha256=Sk2ctO9_Bf_tAPwq1x6Vfl6OuL29XzwMTO4F_KG6oJE,7
|
10
|
+
aiauto_client-0.1.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|