kececinumbers 0.6.0__tar.gz → 0.6.1__tar.gz
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.
- {kececinumbers-0.6.0/kececinumbers.egg-info → kececinumbers-0.6.1}/PKG-INFO +1 -1
- {kececinumbers-0.6.0 → kececinumbers-0.6.1}/kececinumbers/__init__.py +1 -1
- {kececinumbers-0.6.0 → kececinumbers-0.6.1}/kececinumbers/_version.py +1 -1
- {kececinumbers-0.6.0 → kececinumbers-0.6.1}/kececinumbers/kececinumbers.py +2 -2
- {kececinumbers-0.6.0 → kececinumbers-0.6.1/kececinumbers.egg-info}/PKG-INFO +1 -1
- {kececinumbers-0.6.0 → kececinumbers-0.6.1}/pyproject.toml +1 -1
- {kececinumbers-0.6.0 → kececinumbers-0.6.1}/LICENSE +0 -0
- {kececinumbers-0.6.0 → kececinumbers-0.6.1}/MANIFEST.in +0 -0
- {kececinumbers-0.6.0 → kececinumbers-0.6.1}/README.md +0 -0
- {kececinumbers-0.6.0 → kececinumbers-0.6.1}/docs/conf.py +0 -0
- {kececinumbers-0.6.0 → kececinumbers-0.6.1}/kececinumbers.egg-info/SOURCES.txt +0 -0
- {kececinumbers-0.6.0 → kececinumbers-0.6.1}/kececinumbers.egg-info/dependency_links.txt +0 -0
- {kececinumbers-0.6.0 → kececinumbers-0.6.1}/kececinumbers.egg-info/requires.txt +0 -0
- {kececinumbers-0.6.0 → kececinumbers-0.6.1}/kececinumbers.egg-info/top_level.txt +0 -0
- {kececinumbers-0.6.0 → kececinumbers-0.6.1}/setup.cfg +0 -0
- {kececinumbers-0.6.0 → kececinumbers-0.6.1}/setup.py +0 -0
- {kececinumbers-0.6.0 → kececinumbers-0.6.1}/tests/test_sample.py +0 -0
@@ -794,7 +794,7 @@ def get_interactive() -> Tuple[List[Any], Dict[str, Any]]:
|
|
794
794
|
kececi_type_choice=type_choice,
|
795
795
|
iterations=num_kececi_steps,
|
796
796
|
start_value_raw=start_input_val_raw,
|
797
|
-
add_value_raw=add_input_val_raw
|
797
|
+
add_value_raw=add_input_val_raw,
|
798
798
|
include_intermediate_steps=show_details
|
799
799
|
)
|
800
800
|
|
@@ -803,7 +803,7 @@ def get_interactive() -> Tuple[List[Any], Dict[str, Any]]:
|
|
803
803
|
"type_choice": type_choice,
|
804
804
|
"start_val": start_input_val_raw,
|
805
805
|
"add_val": add_input_val_raw,
|
806
|
-
"steps": num_kececi_steps
|
806
|
+
"steps": num_kececi_steps,
|
807
807
|
"detailed_view": show_details
|
808
808
|
}
|
809
809
|
return sequence, params
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|