Skip to content

Conversation

@teutoburg
Copy link
Contributor

@teutoburg teutoburg commented May 13, 2025

Changed

ELT

  • πŸ—‚οΈ header keywords

METIS

  • πŸ—‚οΈ header keywords
  • 🚧 Quantization ➑️ ADConversion
    ⚠️ requires ScopeSim v0.10, not yet released!
  • πŸ““ docs
  • βœ… tests

oczoske and others added 7 commits April 26, 2025 21:58
A very similar thing occurred recently but I cannot find it right now: The code for this test was in the class body (as opposed to within a method), so it was executed during collection time and not a an actual test. Simple solution: just make it a function, it's just a single test case anyway.
I never saw plots anymore (after some update to Jupyter months ago) unless
I explicitly added `plt.show()` everywhere. Finally figured out that
_removing_ the `%matplotlib inline` solves that. Now I don't know if this
breaks it for anyone else?

Also added the new `sim.link_irdb()`, let's see if that also works on RTD.
@teutoburg teutoburg marked this pull request as ready for review May 13, 2025 10:52
@teutoburg teutoburg requested a review from oczoske May 13, 2025 10:52
@teutoburg
Copy link
Contributor Author

Tests against ScopeSim release fail because ADConversion is not yet released. I'm fine with ignoring that for now, although as mentioned I think it would be useful to add a needs_scopesim: 0.10.0 key in the package metadata. But that's for later...

@oczoske
Copy link
Collaborator

oczoske commented May 13, 2025

How does this avoid breaking people's scopesim runs if the instrument package asks for a ADConversion effect that does not exist in the current (pip) scopesim version?

@teutoburg
Copy link
Contributor Author

How does this avoid breaking people's scopesim runs if the instrument package asks for a ADConversion effect that does not exist in the current (pip) scopesim version?

It doesn't.

After a brief offline discussion, we decided that this isn't ready yet, and to rather create dev version tags and package those. This release should be made only after ScopeSim v0.10.0 is released (probably next week).

@teutoburg teutoburg closed this May 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants