Skip to content

Commit

Permalink
Merge pull request #71 from ubermag/fix_encoding_issue
Browse files Browse the repository at this point in the history
Fix encoding issue
  • Loading branch information
lang-m authored Jun 14, 2024
2 parents b753997 + 8bb2b23 commit d5f0cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# mark omf files as binary
*.omf -text
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit d5f0cd8

Please sign in to comment.