From c521d3261fcb364d621e8b84f8572e191d301283 Mon Sep 17 00:00:00 2001 From: Mason Protter Date: Thu, 19 Sep 2024 22:38:46 +0200 Subject: [PATCH] make night precompilation happy --- src/GraphDynamics.jl | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/GraphDynamics.jl b/src/GraphDynamics.jl index 4ac8922..65a95e1 100644 --- a/src/GraphDynamics.jl +++ b/src/GraphDynamics.jl @@ -10,15 +10,10 @@ macro public(ex) end @public ( - Subsystem, - SubsystemParams, - SubsystemStates, - subsystem_differential, apply_subsystem_noise!, subsystem_differential_requires_inputs, - initialize_input, combine, @@ -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