FindAFactor 4.4.0__cp312-cp312-win_amd64.whl → 4.5.0__cp312-cp312-win_amd64.whl
Sign up to get free protection for your applications and to get access to all the features.
- FindAFactor/find_a_factor.py +1 -1
- {FindAFactor-4.4.0.dist-info → FindAFactor-4.5.0.dist-info}/METADATA +1 -1
- FindAFactor-4.5.0.dist-info/RECORD +8 -0
- _find_a_factor.cp312-win_amd64.pyd +0 -0
- FindAFactor-4.4.0.dist-info/RECORD +0 -8
- {FindAFactor-4.4.0.dist-info → FindAFactor-4.5.0.dist-info}/LICENSE +0 -0
- {FindAFactor-4.4.0.dist-info → FindAFactor-4.5.0.dist-info}/WHEEL +0 -0
- {FindAFactor-4.4.0.dist-info → FindAFactor-4.5.0.dist-info}/top_level.txt +0 -0
FindAFactor/find_a_factor.py
CHANGED
@@ -17,7 +17,7 @@ def find_a_factor(n,
|
|
17
17
|
gear_factorization_level=int(os.environ.get('FINDAFACTOR_GEAR_FACTORIZATION_LEVEL')) if os.environ.get('FINDAFACTOR_GEAR_FACTORIZATION_LEVEL') else 11,
|
18
18
|
wheel_factorization_level=int(os.environ.get('FINDAFACTOR_WHEEL_FACTORIZATION_LEVEL')) if os.environ.get('FINDAFACTOR_WHEEL_FACTORIZATION_LEVEL') else 11,
|
19
19
|
smoothness_bound_multiplier=float(os.environ.get('FINDAFACTOR_SMOOTHNESS_BOUND_MULTIPLIER')) if os.environ.get('FINDAFACTOR_SMOOTHNESS_BOUND_MULTIPLIER') else 1.0,
|
20
|
-
batch_size_multiplier=float(os.environ.get('FINDAFACTOR_BATCH_SIZE_MULTIPLIER')) if os.environ.get('FINDAFACTOR_BATCH_SIZE_MULTIPLIER') else
|
20
|
+
batch_size_multiplier=float(os.environ.get('FINDAFACTOR_BATCH_SIZE_MULTIPLIER')) if os.environ.get('FINDAFACTOR_BATCH_SIZE_MULTIPLIER') else 4.0):
|
21
21
|
return int(_find_a_factor._find_a_factor(str(n),
|
22
22
|
int(method),
|
23
23
|
node_count, node_id,
|
@@ -0,0 +1,8 @@
|
|
1
|
+
_find_a_factor.cp312-win_amd64.pyd,sha256=6LQWAse8sTUp1JWZaLpNSOobsVpZKeFnWazOc8RXd_w,293888
|
2
|
+
FindAFactor/__init__.py,sha256=HpY7jfatO8mUdIB7I572t5wwgwfzRQNDRW-egeSIEFo,57
|
3
|
+
FindAFactor/find_a_factor.py,sha256=F76JDTR527rt40fKsBAhTuyb1IuwpQtG77Tanq7nEKg,1984
|
4
|
+
FindAFactor-4.5.0.dist-info/LICENSE,sha256=kM5ErD_w66mShD_pmEXez6Evb2_MTLRHykc0qdUWEFY,1085
|
5
|
+
FindAFactor-4.5.0.dist-info/METADATA,sha256=0Zm_fjZ_YO7bdFw-2iT50IYJZwQdE-30zA2FXCHFJHk,1129
|
6
|
+
FindAFactor-4.5.0.dist-info/WHEEL,sha256=cRmSBGD-cl98KkuHMNqv9Ac9L9_VqTvcBYwpIvxN0cg,101
|
7
|
+
FindAFactor-4.5.0.dist-info/top_level.txt,sha256=WoOrEcqIwo8A96WXAtimPshsFZfT5d00SvMC6rVKAn0,27
|
8
|
+
FindAFactor-4.5.0.dist-info/RECORD,,
|
Binary file
|
@@ -1,8 +0,0 @@
|
|
1
|
-
_find_a_factor.cp312-win_amd64.pyd,sha256=ifbSsbeg7ekUYSAepLMvpK3sxGK7fMvkeiMaJNLTCgw,292864
|
2
|
-
FindAFactor/__init__.py,sha256=HpY7jfatO8mUdIB7I572t5wwgwfzRQNDRW-egeSIEFo,57
|
3
|
-
FindAFactor/find_a_factor.py,sha256=lzhCxkSxzVSKuVl1o2ABsM2mod6aXT5iijE9KVKRLvE,1984
|
4
|
-
FindAFactor-4.4.0.dist-info/LICENSE,sha256=kM5ErD_w66mShD_pmEXez6Evb2_MTLRHykc0qdUWEFY,1085
|
5
|
-
FindAFactor-4.4.0.dist-info/METADATA,sha256=kfFiSNm8bm0qDR6edj3BTE_N70yzmby4hAmcDcMmciI,1129
|
6
|
-
FindAFactor-4.4.0.dist-info/WHEEL,sha256=cRmSBGD-cl98KkuHMNqv9Ac9L9_VqTvcBYwpIvxN0cg,101
|
7
|
-
FindAFactor-4.4.0.dist-info/top_level.txt,sha256=WoOrEcqIwo8A96WXAtimPshsFZfT5d00SvMC6rVKAn0,27
|
8
|
-
FindAFactor-4.4.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|