Skip to content
This repository was archived by the owner on Jan 27, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 407 Bytes

performance.rst

File metadata and controls

12 lines (8 loc) · 407 Bytes

Performance Tips

Initializing a compound model with many constituent models can be time consuming. If your code uses the same compound model repeatedly consider initializing it once and reusing the model.

Consider the :ref:`performance tips <astropy-units-performance>` that apply to quantities when initializing and evaluating models with quantities.