File Edit Options Buffers Tools Org Tbl Help
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| int main() { | |
| std::cout << "hello world!\n"; | |
| return 0; | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Buildfile: /home/gidden/work/cyclus/cyclist/build.xml | |
| setup-staging-area: | |
| [mkdir] Created dir: /home/gidden/work/cyclus/cyclist/deploy | |
| [mkdir] Created dir: /home/gidden/work/cyclus/cyclist/deploy/externalLibs | |
| [copy] Copying 1 file to /home/gidden/work/cyclus/cyclist/deploy/externalLibs | |
| [copy] Copying 1 file to /home/gidden/work/cyclus/cyclist/deploy/externalLibs | |
| [copy] Copying 1 file to /home/gidden/work/cyclus/cyclist/deploy/externalLibs | |
| [copy] Copying 1 file to /home/gidden/work/cyclus/cyclist/deploy/externalLibs | |
| [copy] Copying 1 file to /home/gidden/work/cyclus/cyclist/deploy/externalLibs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /home/gidden/.local/lib/python2.7/site-packages/cymetric/metrics.py:10: QAWarning: pyne.data is not yet QA compliant. | |
| from pyne import data | |
| /home/gidden/.local/lib/python2.7/site-packages/cymetric/metrics.py:11: QAWarning: pyne.material is not yet QA compliant. | |
| import pyne.enrichment as enr | |
| /home/gidden/.local/lib/python2.7/site-packages/cymetric/metrics.py:11: QAWarning: pyne.enrichment is not yet QA compliant. | |
| import pyne.enrichment as enr | |
| : | |
| .CL:CC CC _Q _Q _Q_Q _Q _Q _Q | |
| CC;CCCCCCCC:C; /_\) /_\)/_/\\) /_\) /_\) /_\) | |
| CCCCCCCCCCCCCl __O|/O___O|/O_OO|/O__O|/O__O|/O____________O|/O__ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 2 Sources 3 Reactors --> | |
| <simulation> | |
| <control> | |
| <duration>5</duration> | |
| <startmonth>1</startmonth> | |
| <startyear>2000</startyear> | |
| </control> | |
| <archetypes> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #line 1 "/home/gidden/work/cyclus/cycamore/src/tariff_region.h" | |
| #ifndef CYCLUS_AGENTS_TARIFF_REGION_H_ | |
| #define CYCLUS_AGENTS_TARIFF_REGION_H_ | |
| #include <string> | |
| #include "cyclus.h" | |
| namespace cyclus { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from pyne.endf import Library | |
| from pyne import nucname as nn | |
| import matplotlib.pyplot as plt | |
| import os | |
| from urllib import urlretrieve | |
| nucs = ['U235'] | |
| nmt = 18 # for (z, fission) | |
| for nuc in nucs: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \cite{behnel2010cython} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ====================================================================== | |
| FAIL: test_abi.test_abi_stability | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
| self.test(*self.arg) | |
| File "/home/gidden/work/cyclus/cyclus/tests/test_abi.py", line 32, in test_abi_stability | |
| assert_true(obs) | |
| AssertionError: False is not true | |
| -------------------- >> begin captured stdout << --------------------- |
This gist provides a minimal setup and example of the git collaborate exercise for SWC (e.g., here). Use setup.sh to get a minimal working repository example. A repos represent the master upstream version, B and C repos represent forks. *-remote directories represent Github repos (and forks), while ~*-local` directories correspond to local copies. exercise.sh goes through what students will see for both the PR execise and "experiencing a conflict".