From a8e51b8993f6c8409b4444c829c0feaf6f0aeac6 Mon Sep 17 00:00:00 2001 From: Martin Lang Date: Fri, 14 Jun 2024 19:11:49 +0200 Subject: [PATCH 1/2] Mark omf files as binary files to avoid eol conversion --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2c6dc48 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# mark omf files as binary +*.omf -text From 8bb2b2398da8e69c0e4d43939370e29149d5ba21 Mon Sep 17 00:00:00 2001 From: Martin Lang Date: Fri, 14 Jun 2024 19:14:18 +0200 Subject: [PATCH 2/2] Remove ignoring overflow warning --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3f0f54..fd641d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,6 @@ known-local-folder = ["micromagneticdata"] filterwarnings = [ "error", "ignore:((.|\n)*)Sentinel is not a public part of the traitlets API((.|\n)*)", # dependency of k3d - "ignore:overflow encountered in multiply", # Issue 70 - Invalid data on windows ] [tool.setuptools.packages.find]