Niklas Siemer
Niklas Siemer
I cannot reproduce this behavior. I tried with the pyiron_base/master and got an empty list for project_paths (see below)! @jan-janssen do you have an environment variable starting with 'PYIRON' defined?...
I am opposed to merge #576 since this would directly affect all users on cmti. With the default project_check_enabled=False and #576 and project_path defined in the config the old jobs...
Yes, in the mentioned workflow, only the pip dependencies are changed.
You need to use the warning somewhere: ```python class MysteryJob(GenericJob): @import_alarm def __init__(self, project, job_name) super().__init__() self.riddles = [Enigma(), Puzzle(), Conundrum() job = MysteryJob(project, job_name) >>> InputAlarm ```
Our current approach aims to store all results as plain numbers /numpy arrays in the pyiron units in the hdf. Ideally, we would enrich the output of `job.output.quantity` by the...
> 6. Issue with the hdfio class > > ``` > /home/runner/work/pyiron_base/pyiron_base/pyiron_base/generic/hdfio.py:208: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths...
I will take a shot at this, however, starting with next week.
Thanks for reporting. I.e. the path is assumed to be cwd/project.name which is obviously not always the case and, thus, a bug.
Already the comments from above and the few line of codes these methods have call for a full rewrite.
I would be fine with that as well - This would then also rename the project in the tar archive to 'PROJECT'? Or would this be rather ``` pr =...