Skip to content

Commit

Permalink
make night precompilation happy
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter committed Sep 19, 2024
1 parent 7002cbf commit c521d32
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions src/GraphDynamics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,10 @@ macro public(ex)
end

@public (
Subsystem,
SubsystemParams,
SubsystemStates,

subsystem_differential,
apply_subsystem_noise!,
subsystem_differential_requires_inputs,


initialize_input,
combine,

Expand All @@ -32,22 +27,11 @@ end
apply_discrete_event!,
discrete_events_require_inputs,


must_run_before,

isstochastic,

GraphSystem,
ODEGraphSystem,
SDEGraphSystem,

get_states,
get_params,
event_times,

ConnectionMatrices,
ConnectionMatrix,
NotConnected,
event_times,
)

export
Expand Down

0 comments on commit c521d32

Please sign in to comment.