problem from recent upgrade of ax-platform #169
-
I noticed that with the recent upgrade to Ax (v 1.0.0) they've changed the structure of the modules and as a result one can no longer do "from ax import optimize", which resulted in the tests failing; I manually installed ax-platform=0.4.3 and it worked when I ran pytest manually, but since the autograder installs self-driving-lab-demo, which automatically installs the newest version of ax-platform, the tests won't pass under the autograder; could you please look into this and help fix it? thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Thanks for flagging! I'll work on releasing a new version of Will report back soon. |
Beta Was this translation helpful? Give feedback.
-
thanks it worked!
From: Sterling G. Baird ***@***.***>
Sent: May 24, 2025 9:44 PM
To: AccelerationConsortium/ac-microcourses ***@***.***>
Cc: Andrew Wang ***@***.***>; Mention ***@***.***>
Subject: Re: [AccelerationConsortium/ac-microcourses] problem from recent upgrade of ax-platform (Discussion #169)
@wavyparticle<https://github.com/wavyparticle> could you give it a try again?
-
Reply to this email directly, view it on GitHub<#169 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AX4OGETCYMAXFKVTA5IQNGD3AEN55AVCNFSM6AAAAAB53BNNIWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMRWGA2TMMA>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
Thanks for flagging! I'll work on releasing a new version of
self-driving-lab-demo
with ax-platform<0.5 (not sure if 0.5 will cause issues with this syntax "loop API" specifically, so avoiding it to be safe). I'm meaning to move a lot (e.g., https://honegumi.readthedocs.io/) to Ax 1.0 soon.Will report back soon.