Git Product home page Git Product logo

pull_into_place's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pull_into_place's Issues

More logging output when picking designs

Just to give users peace of mind, I think the 04 and 06 scripts (i.e. picking models/designs to carry forward) should log whether or not they're preferring high or low values for each metric. This information ultimately comes from the names of the filters, but that's pretty indirect, so I think it'd be good to let the user know what's happening.

Question

Hello. I want to use your guide on Read the Book site. There are any changes in PIP since 2016? If I'll go scenario, don't I meet any troubles because of upgrades?
I saw that some scripts uses your cluster. How can I do that tutorial on my local machine? It's possible, to copy modules, that your script require?

Incorrect paths for XML includes

Now that most of the config files aren't stored in the root directory, we can't hard-code paths to the included XML files: shared_defs.xml and filters.xml. Unfortunately, we also can't use %% substitution for these files either: it seems that the xml includes are processed before the substitutions are. This fact makes this issue a lot harder to resolve.

My first idea is just to put these paths in the root directory. The easiest way to do this would be to change the workspace functions so the just return a path relative to the root, rather than calling find_path(). The install script would also have to change. There'd need to be a step after all the others that calls find_path() on the two paths in question, then makes a symlink into the root directory for each one.

Another possibility is to roll our own substitution. I've thought before about using Jinja, just for the more expressive power it offers, but it'd mean managing some temporary files and adding a possibly tough dependency. The file management would be pretty easy, I could just put the generated file in the focus dir. The dependency isn't so bad, either. It'd just be Jinja2 and MarkupSafe. This may be something to think about.

Of course, the answer of the future is to use pyrosetta. But that remains too much work, for the moment.

Some database files not included with rosetta

Namely the loophash_db and the vall file. For now we're just copying these files from Xingjie, but PIP will need to generate them itself if we want this protocol to be useful after we've left the lab.

Describe *.sho files in the KSI demo

This is a really nice feature, but nobody knows about it because the demo doesn't mention it. I'll need to find/make a *.sho file for KSI and add it to the ksi_inputs directory.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.