TripodPy

Contents:

  • 0. Algorithm
  • 1. Basic Usage
  • 2. Simple Customization
  • 3. Advanced Customization
  • 4. The Standard Model
  • 5. Compositional Tracking
  • Common pitfalls setting up simulations using components
  • Example: Evaporation and Condensation of Multiple Chemical Species
  • Module Reference
    • tripodpy Package
    • tripodpy.simulation Module
    • tripodpy.std Package
    • tripodpy.std.dust Module
    • tripodpy.std.gas Module
    • tripodpy.std.compo Module
    • tripodpy.std.sim Module
    • dustpy.utils Package
      • Functions
        • read_data
        • print_version_warning
      • Classes
TripodPy
  • Module Reference
  • print_version_warning
  • View page source

print_version_warning

dustpy.utils.print_version_warning(timeout=0.5)[source]

Functions prints a warning to screen if a newer version of DustPy is available.

Parameters:
timeoutfloat, optional, default0.5

Timeout in seconds after which test will be aborted

Notes

If no internet connection is available the test will be aborted after timeout. This also happens if an internet connection is available but the ping is greater than timeout.

Previous Next

© Copyright 2025, TripodPy Developers.

Built with Sphinx using a theme provided by Read the Docs.