Nicholas Toole

Results 20 comments of Nicholas Toole

@christianmkuss When running the tests, I am seeing an error related to collections.Callable Do you experience this on your end? Or perhaps you are including a new version of a...

@christianmkuss I believe our plan is to fully transition to pytest (as part of transitioning the GUI and DSN to poetry builds). So yes, if you wouldn't mind including those...

@cjjacks Sorry for our extnsive delay, our time has been limited and what little there is has been spent investigating separate security issues. So some notes thus far (with requested...

@JimHofman Were you able to successfully run pytest on this branch? I am getting errors like: `_pickle.PicklingError: Can't pickle : it's not the same object as ait.core.tlm.PacketDefinition` ...which I _presume_...

We have all met since, but here's the merged PR for the initial version of the DSN monitor plugin: https://github.com/NASA-AMMOS/AIT-DSN/pull/211

General approach for the design is to create a greenlet server that receives frames from the SLE server (#111) and emits CCSDS packets to the AIT telemetry port. The data-field...

Per the following report, 3.8 might have been a random failure while 3.10 persists: https://github.com/NASA-AMMOS/AIT-Core/actions/runs/8254117923

@kmarwah AIT generally does not recommend ArrayTypes for Commanding arguments. There may be some incidental support with the way datatypes are structured in the code, but its ultimately not a...

@JimHofman Looks like you still need to declare your newCmd as an extension in the config.yaml See: https://ait-core.readthedocs.io/en/master/extensions.html Config yaml would contain an entry that looks like: ``` .... extensions:...

Correct, the createXxx() methods are implicitly added here: https://github.com/NASA-AMMOS/AIT-Core/blob/5b9a24792dc81d247ff59fdccbc53c77ebac25bc/ait/core/util.py#L148