Timo

Results 8 issues of Timo

I've ran into an issue where I want to extract a zip archive. Inside the archive, there is a file with german _Umlaute_: "Übung.txt" I use `ArchiveFactory.WriteToDirectory` to extract the...

### Gogs version 0.12.6 ### Git version - Server: 2.35.1.windows.2 - Client: 2.35.1.windows.2 ### Operating system Windows 10 ### Database MySQL 8.0.28 ### Describe the bug I followed the upgrade...

📖 documentation

### Gogs version 0.13 ### Git version - Server: 2.41.0.windows.1 - Client: 2.41.0.windows.1 ### Operating system Windows Server 2022 ### Database SQLite ### Describe the bug I automatically start the...

💊 bug

I'm having the problem that sometimes, when adding an edge (via user input), the distance between two nodes exaggerates. ![image](https://user-images.githubusercontent.com/43245438/97534852-fc27a480-19ba-11eb-884f-293ff24c6bcc.png) When removing this edge, or adding another one to this...

#### Issue description I use a pennylane circuit inside a torch model, which needs to be (deep)copied. _**If I use the default.qubit device, everything works fine**_, but when I switch...

I'm playing on the latest version of the main branch, and got a warning message popping up when playing the courthouse mission. `PlayStream Error!! File: OfficerRedTwo/r2_ReportedB2Down_3.ogg was not found` I...

**Describe the bug** Following the [documentation](https://deephyper.readthedocs.io/en/latest/_autosummary/deephyper.stopper.html), I use the following expression in my training loop: `deephyper_job.record(budget=i+1, objective=last_eval_wins_sum)` Unfortunately, while executing, I get the following error: ``` File "/training/trainer.py", line 255,...

bug

I was wondering if there is any way to make qjit compatible with the Pennylane TorchLayer Connector? Would be amazing if that's something that could work, so hybrid models can...

enhancement