Robert Leach

Results 84 comments of Robert Leach

The entirety of the code is [here](https://github.com/Princeton-LSI-ResearchComputing/tracebase/blob/main/DataRepo/models/maintained_model.py).

Hi Gordon, it's been over a year since I last touched that repo, and probably over a year and a half since I worked out the testing scheme. Unfortunately, the...

I believe my issue is the same. I'm running into it here: I get the error from line 7 in this abbreviated code... ``` class MaintainedModel(Model): class_label_filters: Optional[List[str]] = None...

Yeah, I can't chain `Q` expressions. `pylint` forces me to use `|=` on multiple lines.

I'm not sure I understand your question. It is in a private GitHub repository and this error turned up when I updated superlinter from slim v4 to slim v6.x. I...

I just downgraded `numpy` to `1.26.4` (last stable version before 2.x), which fixes our current issue. There are migration notes for numpy 2.x.

Looks like the numpy 2.0.0 release was yesterday.

Here's my clunky work-around. Since I cannot get the clicked export type and trigger a full download after updating the page, I just have the user confirm their intent. If...