limjcst

Results 11 comments of limjcst

`_scroll_id` has been introduced in #17 . However, `helpers.scan` is still broken. The following trick seems to work ```python from elasticmock.fake_elasticsearch import FakeElasticsearch def _mock_clear_scroll(client: FakeElasticsearch, *args, **kwargs): # pylint:...

`params-sim-run.json` should be generated in the following steps. 1. Execute `python -m circa.experiment generate` to generate the simulation data. 2. Execute `python -m circa.experiment tune` to explore parameter combinations. -...

The pip package named [`circa`](https://pypi.org/project/circa/) was published before this project. As a result, this project uses [`circa-clue`](https://pypi.org/project/circa-clue/) as the package name by now.

It seems that those 3 options are for `R`. As `CIRCA` is not designed to be a web service, I did not specify what a Docker container should do. Please...

How did you _run the image_? Could you please provide the executed command? Do you already have a plan to _replicate the model_? Could you please provide several commands you...

Oops I wish the following `Dockerfile` work for you, which installs `python3.9` from the source. Notice that this Dockerfile does not include CIRCA's code. You can add a `COPY` command...

A python-only `Dockerfile` can make things easy. An option is to make `rpy2` and `pcalg` optional. However, some work is in need.

> Thank you very much! The new dockerfile works. Maybe it could be updated to the code. Done. 9b5173bc

The provided `Dockerfile` does not include CIRCA's code. You can add a `COPY` command into the `Dockerfile` or execute `pip3 install circa-clue` inside the container.

When I analyze rails, I face the similar error. I use the tags gotten by command `git tag`, keeping the order, to create .conf file as below. v0.9.1 follows v0.14.4....