bappctl

Results 18 comments of bappctl

Running into same issue starting today. Surprisingly this library was pip installed a month back and working. Does this library get auto updated (which is not supposed to happen)

> Seems they changed the api back to what it used to be so you can move back to the original way you used it verified - you are right.

@sdirix Following up here on https://jsonforms.discourse.group/t/array-not-rendering-add-button-is-missing/174/13 Thank you. What would be the alternate approach to resolve this issue?

Thank you @lhenry15

With python==**3.5** get below error while install running pip install -e . `ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/software/anaconda3/lib/python3.5/site-packages/chardet-4.0.0.dist-info/METADATA'` With...

There are two issue with tods-gui **Conda Environment:** I have two environments Env1: with Python 3.6 where tods installed (tods 0.0.2) Env2: with Python3.5 to run tods-gui In **Env2** (Python...

@lhenry15 **Steps to reproduce (master branch)** - Run build_Telemanom ``` ~/tods$ cd primitive_tests/ ~/tods/primitive_tests$ python build_Telemanom.py ``` generates attached yml file (_**changed extension to .txt to upload)**_ [pipeline.txt](https://github.com/datamllab/tods/files/6367437/pipeline.txt) - In...

This is with respect to running **test.sh** in tods directory (different from above scenario) **CONDA ENV:** Python 3.6 tods 0.0.2 **ERROR:** ``` ~/tods$ python --version Python 3.6.13 :: Anaconda, Inc....

**SWITCHED TO DEV BRANCH of tods** and created a example_pipeline.py using the /tods/primitive_tests/detection_algorithms/Telemanom_pipeline.py Before running Telemanom_pipeline.py **I uncommented step_3.add_hyperparameter(name='use_columns', argument_type=ArgumentType.VALUE, data=(2,3,4,5,6))** ``` # Step 3: telemanom step_3 = PrimitiveStep(primitive=index.get_primitive('d3m.primitives.tods.detection_algorithm.telemanom')) step_3.add_hyperparameter(name='use_semantic_types',...