diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-04-19 11:42:53 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-04-19 11:42:53 +0300 |
| commit | 30442f49a581447285bd6f050acec6a9b677f3ad (patch) | |
| tree | 298e25e1297ab14282b78722e685fff3b03bb388 /gnu/packages/python-science.scm | |
| parent | 2afe7fe09e262aea2d1b9d5bb61c08f7830b55ca (diff) | |
gnu: Fix some spelling errors.
* gnu/packages/ocaml.scm, gnu/packages/orange.scm,
gnu/packages/package-management.scm, gnu/packages/password-utils.scm,
gnu/packages/pdf.scm, gnu/packages/perl6.scm, gnu/packages/php.scm,
gnu/packages/power.scm, gnu/packages/prometheus.scm,
gnu/packages/protobuf.scm, gnu/packages/python-check.scm,
gnu/packages/python-compression.scm, gnu/packages/python-crypto.scm,
gnu/packages/python-science.scm, gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm, gnu/packages/qt.scm,
gnu/packages/racket.scm, gnu/packages/radio.scm, gnu/packages/rdf.scm,
gnu/packages/rocm.scm, gnu/packages/rpc.scm, gnu/packages/ruby-xyz.scm,
gnu/packages/rust-apps.scm, gnu/packages/rust-crates.scm,
gnu/packages/rust.scm, gnu/packages/telephony.scm,
gnu/packages/terminals.scm: Fix some spelling errors.
Change-Id: Iac58897304e471f42ecfbaa3a750ff10ee734ca6
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 6627ae4bc9f..e066191c141 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -1862,7 +1862,7 @@ density maps, both for interactive and non-interactive use.") | |||
| 1862 | (home-page "https://github.com/jararias/mpsplines") | 1862 | (home-page "https://github.com/jararias/mpsplines") |
| 1863 | (synopsis "Mean preserving interpolation with splines") | 1863 | (synopsis "Mean preserving interpolation with splines") |
| 1864 | (description | 1864 | (description |
| 1865 | "Thi package implements a functionality for mean-preserving | 1865 | "This package implements a functionality for mean-preserving |
| 1866 | interpolation of 1D data (for example, time series) with splines.") | 1866 | interpolation of 1D data (for example, time series) with splines.") |
| 1867 | (license license:bsd-3)))) | 1867 | (license license:bsd-3)))) |
| 1868 | 1868 | ||
| @@ -2067,7 +2067,7 @@ indices of @code{ndarrays}.") | |||
| 2067 | ;; AttributeError: 'Series' object has no | 2067 | ;; AttributeError: 'Series' object has no |
| 2068 | ;; attribute 'iteritems' | 2068 | ;; attribute 'iteritems' |
| 2069 | " and not test_kde_plot_df" | 2069 | " and not test_kde_plot_df" |
| 2070 | ;; Test is not determenistic and fails with | 2070 | ;; Test is not deterministic and fails with |
| 2071 | ;; assertion not equal for DF array. | 2071 | ;; assertion not equal for DF array. |
| 2072 | " and not test_summary_df")) | 2072 | " and not test_summary_df")) |
| 2073 | #:phases | 2073 | #:phases |
| @@ -3421,7 +3421,7 @@ cross-validation.") | |||
| 3421 | "--numprocesses" (number->string (min 4 (parallel-job-count))) | 3421 | "--numprocesses" (number->string (min 4 (parallel-job-count))) |
| 3422 | "--pyargs" "scipy" | 3422 | "--pyargs" "scipy" |
| 3423 | "-k" (string-join | 3423 | "-k" (string-join |
| 3424 | ;; Network access is requied. | 3424 | ;; Network access is required. |
| 3425 | (list "not test_ascent" | 3425 | (list "not test_ascent" |
| 3426 | "test_electrocardiogram" | 3426 | "test_electrocardiogram" |
| 3427 | "test_existence_all" | 3427 | "test_existence_all" |
| @@ -3468,7 +3468,7 @@ cross-validation.") | |||
| 3468 | (lambda* (#:key test-flags tests? #:allow-other-keys) | 3468 | (lambda* (#:key test-flags tests? #:allow-other-keys) |
| 3469 | (when tests? | 3469 | (when tests? |
| 3470 | ;; Step out of the source directory to avoid interference. | 3470 | ;; Step out of the source directory to avoid interference. |
| 3471 | ;; See: <.github/workflows/linux.yml> for any other posible | 3471 | ;; See: <.github/workflows/linux.yml> for any other possible |
| 3472 | ;; tests setup. | 3472 | ;; tests setup. |
| 3473 | (with-directory-excursion "/tmp" | 3473 | (with-directory-excursion "/tmp" |
| 3474 | (setenv "HOME" "/tmp") | 3474 | (setenv "HOME" "/tmp") |
| @@ -3818,7 +3818,7 @@ depends on @code{scipy.sparse} for some computations.") | |||
| 3818 | "--deselect=tdda/test_tdda.py::TestPandasDataFrames::test_types_match") | 3818 | "--deselect=tdda/test_tdda.py::TestPandasDataFrames::test_types_match") |
| 3819 | #:phases | 3819 | #:phases |
| 3820 | #~(modify-phases %standard-phases | 3820 | #~(modify-phases %standard-phases |
| 3821 | ;; "datetime.UTC" is not availalbe in Python 3.10 but in | 3821 | ;; "datetime.UTC" is not available in Python 3.10 but in |
| 3822 | ;; 3.11 it's present | 3822 | ;; 3.11 it's present |
| 3823 | ;; <https://docs.python.org/3/library/datetime.html#datetime.UTC>. | 3823 | ;; <https://docs.python.org/3/library/datetime.html#datetime.UTC>. |
| 3824 | (add-after 'unpack 'fix-Python3.11-datetime.UTC | 3824 | (add-after 'unpack 'fix-Python3.11-datetime.UTC |
| @@ -4263,7 +4263,7 @@ idea of the remaining amount of computation to be done.") | |||
| 4263 | "--ignore=tests/pyspark" | 4263 | "--ignore=tests/pyspark" |
| 4264 | ;; E ModuleNotFoundError: No module named 'sphinx' | 4264 | ;; E ModuleNotFoundError: No module named 'sphinx' |
| 4265 | "--ignore=tests/pandas/test_docs_setting_column_widths.py" | 4265 | "--ignore=tests/pandas/test_docs_setting_column_widths.py" |
| 4266 | ;; Nework access is required. | 4266 | ;; Network access is required. |
| 4267 | "--ignore=tests/fastapi/test_app.py" | 4267 | "--ignore=tests/fastapi/test_app.py" |
| 4268 | ;; TypeError: __class__ assignment: 'GeoDataFrame' object layout | 4268 | ;; TypeError: __class__ assignment: 'GeoDataFrame' object layout |
| 4269 | ;; differs from 'DataFrame' | 4269 | ;; differs from 'DataFrame' |
| @@ -4271,7 +4271,7 @@ idea of the remaining amount of computation to be done.") | |||
| 4271 | (list "not test_schema_model[data0-True]" | 4271 | (list "not test_schema_model[data0-True]" |
| 4272 | "test_schema_from_dataframe[data1-True]" | 4272 | "test_schema_from_dataframe[data1-True]" |
| 4273 | "test_schema_no_geometry" | 4273 | "test_schema_no_geometry" |
| 4274 | ;; The most of the tests from this goup XFAIL or fail. | 4274 | ;; The most of the tests from this group XFAIL or fail. |
| 4275 | "test_pandas_stubs_false_positives") | 4275 | "test_pandas_stubs_false_positives") |
| 4276 | " and not ")))) | 4276 | " and not ")))) |
| 4277 | (native-inputs | 4277 | (native-inputs |
| @@ -4797,7 +4797,7 @@ readable.") | |||
| 4797 | (arguments | 4797 | (arguments |
| 4798 | (list | 4798 | (list |
| 4799 | ;; TODO: Require vaex.server and others, which require vaex-core; | 4799 | ;; TODO: Require vaex.server and others, which require vaex-core; |
| 4800 | ;; implement bootsrapping. | 4800 | ;; implement bootstrapping. |
| 4801 | #:tests? #f | 4801 | #:tests? #f |
| 4802 | #:phases | 4802 | #:phases |
| 4803 | #~(modify-phases %standard-phases | 4803 | #~(modify-phases %standard-phases |
| @@ -5223,7 +5223,7 @@ objects.") | |||
| 5223 | python-numba | 5223 | python-numba |
| 5224 | python-numpy | 5224 | python-numpy |
| 5225 | python-scipy | 5225 | python-scipy |
| 5226 | ;; [optinal] | 5226 | ;; [optional] |
| 5227 | ;; python-jaxlib | 5227 | ;; python-jaxlib |
| 5228 | ;; python-jax | 5228 | ;; python-jax |
| 5229 | #;python-llvmlite)) | 5229 | #;python-llvmlite)) |
