-
running pytest in tests creates an ErrorMessage:
AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.. Did you mean: 'float16'?
temporary solution:
install…
-
I propose we allow to supress output.
```
def Fire(component=None, command=None, name=None, serialize=None, supress_output=False):
...
if not supress_output:
_PrintResult(
componen…
-
**Is your feature request related to a problem? Please describe.**
As discussed yesterday, sometimes it can be nice to have _a_ result file even if it is null, e.g. #1009. Wanted to crack open an iss…
-
- [x] https://github.com/FZJ-INM1-BDA/siibra/issues/57
- [ ] general rendering of tabular style features (in python: dataframes), including formalized plot specifications of line plots, bar charts, po…
-
Hello,
Some tools require a gff or genbank file as input for synteny analysis, such as clinker. Is there a If there a way to obtain these file formats from the outputs of $ genomad annotate? If not…
-
I installed the code and installed the default plugins.txt:
ian$ more ~/.bdqc/plugins.txt
bdqc.builtin.extrinsic
bdqc.builtin.filetype
bdqc.builtin.tabular
1) I ran the code and got a segfault.
Ia…
-
I see the following exception when pandas data frame is passed as `training_data` in the [AutoMLConfig](https://docs.microsoft.com/en-us/python/api/azureml-train-automl-client/azureml.train.automl.au…
-
[a placeholder for now, mostly]
I would like us to very seriously reconsider and possibly reimplement and/or refactor our system of ingesting and storing tabular data. It's a complicated setup, wit…
-
### Executive summary
This method will be used to filter low resolution time-of-flight data (ToF).
### Context and background knowledge
https://docs.mantidproject.org/v4.0.0/algorithms/RemoveLowRes…
-
"You can do anything with Python" isn't very informative for learners starting from scratch. We should add examples of simple achievements and larger projects to the resources page.
Simple projects…