An error occurred while loading the file. Please try again.
-
Thibault Hallouin authored
Internally, rather than using the multi-dimensional character of tensors to compute all sites and all lead times at once, loops are performed for each site and each lead time, in turn, in order to minimise memory imprint. Although at the moment, the input tensors are expected to feature the sites and lead times dimensions. If memory is an issue, the user can still send smaller tensors with size 1 for those dimensions and recompose multi-sites/multi-lead times output arrays externally.
295b3208
README.md 551 bytes
irstea/phpunit-shim - shim repository for phpunit/phpunit.
This package is a drop-in replacement for phpunit/phpunit, which provides its PHAR archive as a binary.
It is built automatically from the official PHAR.
Installation
composer require irstea/phpunit-shim
or:
composer require --dev irstea/phpunit-shim
Usage
As you would use the original package, i.e. something like:
vendor/bin/phpunit [options] [arguments]
License
This distribution retains the license of the original software: BSD-3-Clause