Skip to content

Commit

Permalink
add more commonicon stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Nov 30, 2023
1 parent 72fd116 commit a459a1c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 139 deletions.
16 changes: 14 additions & 2 deletions Comonicon.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
name = "TargetedEstimation"
name = "fasttmle"

[install]
completion = true
quiet = false
optimize = 2

[sysimg]
[sysimg]
incremental=true
filter_stdlibs=false

[sysimg.precompile]
execution_file = ["deps/execute.jl"]

[application]
incremental=true
filter_stdlibs=false

[application.precompile]
execution_file = ["deps/execute.jl"]
7 changes: 7 additions & 0 deletions deps/execute.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
using TargetedEstimation

TargetedEstimation.command_main(["-h"])
TargetedEstimation.command_main(["tmle", "-h"])
TargetedEstimation.command_main(["make-summary", "-h"])
TargetedEstimation.command_main(["sieve-variance-plateau", "-h"])

26 changes: 0 additions & 26 deletions scripts/merge_summaries.jl

This file was deleted.

41 changes: 0 additions & 41 deletions scripts/sieve_variance.jl

This file was deleted.

70 changes: 0 additions & 70 deletions scripts/tmle.jl

This file was deleted.

0 comments on commit a459a1c

Please sign in to comment.