ACID_code_v2.ACID
- ACID_code_v2.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 v1 version of ACID, which can be found 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