Anirban Ray
Anirban Ray
@adriendelsalle, @wolfv Is there any plan to support `envs_dirs` in the configuration file for micromamba? Details of the issues are available in #1999. Personally I'm not much interested in multiple...
I was trying `micromamba` in a test docker container in WSL, and `envs_dirs` do not seem to work, and renaming file does not solve the issue. ## Reproducible Example: ###...
@jonashaag, That happens for me as well. But since it gets listed in `micromamba config` as shown above, I think it's not ignored altogether. Please take a look at this:...
It appears that way, which kind of stops us in using it in our environments. Ref. https://github.com/mamba-org/mamba/issues/1110#issuecomment-945415037
The initial issue of `~/.mambarc` not working with Mambaforge and `~/.condarc` working is still true. So, not sure if this ought to be closed.
Based on my limited tests, I think `~/.mambarc` is completely ignored by Mambaforge. For example, I added `auto_activate_base: false` in `~/.mambarc` and ensured that there is no `~/.condarc`, and resourcing...
Can you please share the link where to see this error? Is it in some PR, or on main itself?
If we just convert the existing private method `_get_forecaster_X_prediction` (private in the sense of starting with `_` and not part of [public documentation](https://www.sktime.net/en/stable/api_reference/auto_generated/sktime.forecasting.compose.ForecastX.html)) to a public one, it is not...
> If we just convert the existing private method `_get_forecaster_X_prediction` (private in the sense of starting with `_` and not part of [public documentation](https://www.sktime.net/en/stable/api_reference/auto_generated/sktime.forecasting.compose.ForecastX.html)) to a public one, it is...
I am not sure if we want to store that as a property. I don't know what all gets stored during serialisation, but this may be quite a big thing...