ACID_code.ACID

ACID_code.ACID(*args, **kwargs)[source]

Legacy ACID function

This function runs the legacy ACID code. This is provided for backwards compatibility with previous versions of ACID. It is recommended to use the ACID class and its methods for new code. The args and kwargs passing follows the original pre-2.0 version of ACID, which can be found in the earlier releases in https://github.com/ldolan05/ACID

Parameters:
  • *args – Positional arguments to be passed to the ACID function.

  • **kwargs – Keyword arguments to be passed to the ACID initialisation and function.

Returns:

Returns the outputs of the ACID function (now a Result object).

Return type:

Any