Skip to content

Commit

Permalink
Merge pull request #199 from corywalker/corywalker
Browse files Browse the repository at this point in the history
Updates.
  • Loading branch information
corywalker committed Aug 17, 2023
2 parents a7b3bb1 + c1ad599 commit 86aa8ad
Show file tree
Hide file tree
Showing 5 changed files with 56,294 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
@@ -1,3 +1 @@
expreduce/resources.go filter=lfs diff=lfs merge=lfs -text
*.m linguist-language=Mathematica
expreduce/rubi_snapshot/rubi_resources.go filter=lfs diff=lfs merge=lfs -text
2 changes: 1 addition & 1 deletion expreduce/builtin.go
@@ -1,4 +1,4 @@
//go:generate go-bindata -pkg expreduce -o resources.go resources/...
//go:generate go-bindata -pkg expreduce -nocompress -nometadata -o resources.go resources/...

package expreduce

Expand Down
2 changes: 1 addition & 1 deletion expreduce/builtin_rubi.go
@@ -1,5 +1,5 @@
//go:generate go run ../utils/gensnapshots/gensnapshots.go -rubi_snapshot_location=./rubi_snapshot/rubi_snapshot.expred
//go:generate go-bindata -pkg rubi_snapshot -o rubi_snapshot/rubi_resources.go -nocompress rubi_snapshot/rubi_snapshot.expred
//go:generate go-bindata -pkg rubi_snapshot -o rubi_snapshot/rubi_resources.go -nocompress -nometadata rubi_snapshot/rubi_snapshot.expred

package expreduce

Expand Down

0 comments on commit 86aa8ad

Please sign in to comment.