Competitions
Datasets
Workspaces
Events
Discussions
Leaderboard
Blog
Job Board
Q3AS
Log inSign up
Julian (aqora)

Julian (aqora)

Software Engineer

Paris, France

Joined January 22, 2024

Karma 15

Linkedin profile of julianhttps://julian.dev/
Overview
Last submissions
Datasets
Last comments
Last topics
Organizations
Enzo SOLER

Error on upload

By Enzo_SOLER • last yr. • Last comment last yr. by julian

4 comments

4

2

Julian (aqora)

1

Posted by julian • last yr.

Hi! I'm Julian with the development team. Thank you so much for submitting your issue. I'm taking a look at them, and will hopefully have a solution for you. Can you try running the following
  1. If you are in a virtual environment deactivate
  2. Clean the environment with aqora clean
  3. Re-install the environment with aqora install
  4. Retry aqora test and aqora upload without activating the environment
And can you also send me the output of aqora info? Thank you in advance!
Donchi Isaac

ERROR Oh no! Failed to decompress data: Invalid gzip header

By Darkmatter • last yr. • Last comment last yr. by stubbi

5 comments

5

2

Julian (aqora)

2

Posted by julian • last yr.

Hmm, I couldn't reproduce it on Windows either :( What version of Windows are you using? Are you behind a firewall maybe?
Julian (aqora)

2

Posted by julian • last yr.

Thanks! Maybe it's related to Windows. I will see if I can get any answers for you today
Julian (aqora)

1

Posted by julian • last yr.

Hi @darkmatter! I'm sorry you're having issues. Can you check what version of the aqora CLI you're running with aqora --version? It might help to upgrade to the latest version 0.11.0 https://pypi.org/project/aqora-cli/. But if that doesn't work we can investigate it more together!
Ehan Sajjad

Submission not working - pathlib?

By esaji • last yr. • Last comment last yr. by esaji

8 comments

8

3

Julian (aqora)

2

Posted by julian • last yr.

Hi @esaji ! I can confirm it's an issue with python 3.13. If you use something like pyenv you can install the template with aqora --python 3.12 template h2-groundstate-energy or if you want to reinstall in the directory you've already downloaded the template to, you can run aqora clean to remove the old installation and then aqora install --python 3.12 in that directory
Adam

AMA with Classiq is live!

By AdamG • last yr. • Last comment last yr. by malaklob

13 comments

13

9

Julian (aqora)

3

Posted by julian • last yr. (edited)

Hi @quantotto! plt.show is fine on our backend. If you want to keep using it in the notebook but not have it block aqora test, you can add plt.ion() to your notebook or use plt.show(blocking = False). As far as synthesize is concerned the issue is related to starting an event loop in the current event loop. We can probably use a separate process to prevent the error, but I'm looking into it now and I will get back to you.
Nguyen Xuan Bac

Data and Evaluation Protocol

By ngxbac • last yr. • Last comment last yr. by makansij

9 comments

9

3

Julian (aqora)

1

Posted by julian • last yr.

Hi @makansij! The score is specifically calculated as haversine_distance(start, end) / total_haversine_distance(your_solution)
Julian (aqora)

1

Posted by julian • last yr.

Hi @ngxbac! The new use_case template should hopefully provide some help https://aqora.io/competitions/drone-path-qinnovision/code/template/blob/submission/solution.ipynb. You are given a start and end points and a list of polygons given by use_case.obstacles. You then need to calculate the shortest path and return a list of points along that path starting with the start point and ending with the end point without intersecting the polygons
PeterYS

Organisation submission

By PeterYS • last yr. • Last comment last yr. by julian

5 comments

5

4

Julian (aqora)

3

Posted by julian • last yr.

Hi @peterys! You can set the submitting user by setting the entity key in the pyproject.toml
# ...

[tool.aqora]
type = "submission"
competition = "<competition_name>"
entity = "<organization_username>"

# ...
yev

Plots window

By yev • last yr. • Last comment last yr. by yev

6 comments

6

2

Julian (aqora)

2

Posted by julian • last yr.

Hi @quantotto ! Thanks for question. I don't know how matplotlib works in a headless environment like we run the evaluator in, but I can check for you. I'll also check to see if there's a way for aqora to quiet matplotlib while running aqora test for convenience, but for right now, the easiest thing to do I guess is just to comment out plt.show() or similar before running aqora test
Competitions
Datasets
Workspaces
Events
Discussions
Leaderboard
Blog
Job Board
Q3AS

© 2026 Aqora Quantum S.A.S.

TermsPrivacyLegal Notice