Robert Morgan

Results 3 issues of Robert Morgan

I developed this functionality for `deeplenstronomy`, and I'm posting here in case it might be useful. ```python from inspect import getfullargspec import lenstronomy class ProfileArgumentError(Exception): pass class ProfileNameError(Exception): pass #...

Lenstronomy has some new profiles so they need to be added to the `check.py` functionalities. Even better, `check.py` should be updated to find all lenstornomy modules programmatically.

enhancement
High Prority

When querying interactively, SQL CASE statements that yield string values work just fine. However, if you write the results of the query to a text file (either .csv or .tab),...