-
Hi, this is an impressive and comprehensive piece of work! I’m curious whether you plan to make the RFM codes public. I am currently working with RFM as well and found the results in Table 5 and Table…
-
## I DON'T Want To Become The Maintainer
- [X] The maintainer is not `needs_new_maintainer`.
- [X] I have followed the Package Triage Process and I do NOT want to become maintainer of the package.…
-
## I DON'T Want To Become The Maintainer
- [X] The maintainer is not `needs_new_maintainer`.
- [X] I have followed the Package Triage Process and I do NOT want to become maintainer of the packag…
-
## I DON'T Want To Become The Maintainer
- [X] The maintainer is not `needs_new_maintainer`.
- [X] I have followed the Package Triage Process and I do NOT want to become maintainer of the pack…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
It seems that we can't specify two fixtures of the same class even with different variables.
Here's a minimal reproducer:
```python
import reframe as rfm
from reframe.core.builtins import variab…
-
## I DON'T Want To Become The Maintainer
- [x] The maintainer is not `needs_new_maintainer`.
- [x] I have followed the Package Triage Process and I do NOT want to become maintainer of the package.…
-
Issue: Download source url is broken
Pull Request to fix the broken package:
https://github.com/chtof/chocolatey-packages/pull/105
## I DON'T Want To Become The Maintainer
- [x] I have follo…
-
Consider the following test:
```python
import reframe as rfm
import reframe.utility.sanity as sn
@rfm.simple_test
class MyTest(rfm.RunOnlyRegressionTest):
valid_systems = ['*']
valid_…
flx42 updated
1 month ago
-
When defining tests it can be useful to have access to the contents of the setup file. Consider for instance the following site configuration.
```python
site_configuration = {
'systems': [
…