Skip to content

Commit

Permalink
Compile all packages into sysimage
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Nov 29, 2022
1 parent 21e78f4 commit 3b47cd8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pysr/package_compiler.py
Expand Up @@ -110,9 +110,6 @@ def compile(
sysimage_path = str(Path(cur_project_dir) / sysimage_name)
from julia import PackageCompiler

Main.eval("using PyCall")
Main.eval("using SymbolicRegression")

PackageCompiler.create_sysimage(
["SymbolicRegression", "PyCall"], sysimage_path=sysimage_path
)
PackageCompiler.create_sysimage(sysimage_path=sysimage_path)

0 comments on commit 3b47cd8

Please sign in to comment.