Ezequiel Pássaro
Ezequiel Pássaro
Same issue here
> When you see this, please check MEGAsync's log at %userprofile%\AppData\Local\Mega Limited\MEGAsync\logs\MEGAsync.log and search for the filename in question. You should see some reason given why it can't process it,...
Is possible to make notebooks aware of other `pytest` flags? For example: ``` pytest my_package --reference-data=/path/to/reference/data ``` where `--reference-data` points to a folder with required files to run the tests.
@wkerzendorf related? https://github.com/tardis-sn/tardis/issues/1715 EDIT: if that's the case, `pytest` is not aware because tests are run against the source code folder. To run tests from the installed package the command...
Do you mean the deprecation warnings? See: https://github.com/tardis-sn/tardis/pull/1815
> @Rodot- do we expect this PR to be finished? Yes, I think @KevinCawley is busy, and also we did not have enough LFS transfer quota to update the reference...
I disagree. At some point you must forgot to activate the environment before installing the package with `pip install -e .`. Otherwise, this wouldn't be possible.
> I don't know very much about Docker, I'll try this out when I get the time Great, tell me if you have any doubt. Do you know someone in...
> This is a very great addition @epassaro tada > > I tried running it locally - it works perfectly except I had to install curl otherwise quickstart notebook wasn't...
I agree installation instructions need to be updated ASAP. The `conda-forge` package is not currently tested, requires https://github.com/tardis-sn/tardis/issues/1715. EDIT: also see https://github.com/tardis-sn/tardis/issues/1690