[med-svn] [Git][med-team/python-bioframe][master] Update 32-bit patch

Nilesh Patra (@nilesh) gitlab at salsa.debian.org
Sun May 7 09:47:26 BST 2023



Nilesh Patra pushed to branch master at Debian Med / python-bioframe


Commits:
11659a22 by Nilesh Patra at 2023-05-07T14:16:34+05:30
Update 32-bit patch

- - - - -


1 changed file:

- debian/patches/32-bits.patch


Changes:

=====================================
debian/patches/32-bits.patch
=====================================
@@ -56,3 +56,14 @@ Last-Update: 2022-12-31
          n_frags = len(cuts) - 1
  
          frags = pd.DataFrame(
+--- a/tests/test_core_specs.py
++++ b/tests/test_core_specs.py
+@@ -91,7 +91,7 @@
+     df1["chromStart"] = df1["chromStart"].astype(pd.Int64Dtype())
+     assert specs._verify_column_dtypes(df1, new_names, return_as_bool=True)
+ 
+-    df1["C"] = df1["C"].str.replace("chr", "").astype(int)
++    df1["C"] = df1["C"].str.replace("chr", "").astype(np.int64)
+     assert specs._verify_column_dtypes(df1, new_names, return_as_bool=True) is False
+ 
+ 



View it on GitLab: https://salsa.debian.org/med-team/python-bioframe/-/commit/11659a2285088b397ebe8dcfc28e53b54587eadf

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-bioframe/-/commit/11659a2285088b397ebe8dcfc28e53b54587eadf
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230507/4f4b9b05/attachment.htm>


More information about the debian-med-commit mailing list