Skip to content

Commit

Permalink
Testing draft_rtr PR
Browse files Browse the repository at this point in the history
  • Loading branch information
KasukabeDefenceForce committed Jul 30, 2024
1 parent 4b63c66 commit c2243ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion benchmarks/spectrum_formal_integral.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def time_FormalIntegrator_functions(self):
self.simulation_verysimple.simulation_state, self.simulation_verysimple.plasma, self.simulation_verysimple.transport
)
FormalIntegrator.calculate_spectrum(self.simulation_verysimple.spectrum_solver.spectrum_real_packets.frequency)
FormalIntegrator.make_source_function()
FormalIntegrator.generate_numba_objects()
FormalIntegrator.formal_integral(
self.simulation_verysimple.spectrum_solver.spectrum_real_packets.frequency,
Expand Down
6 changes: 0 additions & 6 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ Usage

My simulation seems to consume excessive amounts of memory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


High memory usage can have many reasons. Both your model
and certain simulation settings can increase the memory
usage significantly

1. Enabling ``track_rpacket: true`` will take up substantial
amounts of memory, in particular for higher packet counts.
Consider turning this feature off or only use it with a
Expand Down

0 comments on commit c2243ec

Please sign in to comment.