-
When using the context-manager, should a (non libzim) error occur, the exception is raised but the finalization is done on the Creator as if everything went well.
```py
with libzim.writer.Creator(…
-
Traceback (most recent call last):
File "prepo.py", line 17, in
fpaths, _, _ = load_data() # list
File "/content/dc_tts-master/data_load.py", line 65, in load_data
fname, _, text, is_…
-
Some UM files contains OMP sentinels for use statements, e.g. control/grids/p_to_t_vol.F90:
```
!$ USE compute_chunk_size_mod, ONLY: compute_chunk_size ! Note OpenMP sentinel
```
Since fparser do…
hiker updated
4 months ago
-
### Related problem
in nixos we use the `$fpath` to tell zsh from which directories to load completions and functions
for general usage this will be important for when programs start to include …
-
(e.g., using https://github.com/bevry/istextorbinary)
-
Got following error with ```cpufreq```-
```
$ cpufreq --help
Traceback (most recent call last):
File "/home/serlop/anaconda3/bin/cpufreq", line 8, in
sys.exit(main())
File "/home/serlop…
-
e.g.,
```python
res = ensure_zenodo(
key,
data=data,
paths=[
f"../../data/processed/{task_name_underscore}/sobol_regression.csv",
f"../../data/processed/{task_name…
-
## Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.)
- [ ] Workspace. VSCode workspace, vaults, Intellisense/autocomplete,…
-
**Is your feature request related to a problem? Please describe.**
Requesting several seasons of eddy covariance data can require a large amount of storage because all levels of the data product ar…
-
I created a composite resource and I am trying to add a netcdf file to the resource. When I do it all in one step, the function works but when I try to do it by creating a resource (hs.createResource)…